Beschreibung | Hierarchie | Felder | Methoden | Eigenschaften |
type TPostScriptCanvas = class(TObject)
![]() |
MPostScript: TPostScript; |
![]() |
constructor Create(APostScript: TPostScript); |
![]() |
destructor Destroy; override; |
![]() |
procedure Clear; |
![]() |
Procedure MoveTo(X1,Y1 : Integer); |
![]() |
Procedure LineTo(X1,Y1 : Integer); |
![]() |
Procedure Line(X1,Y1,X2,Y2 : Integer); |
![]() |
Procedure Rectangle(X1,Y1,X2,Y2 : Integer); |
![]() |
Procedure Rectangle(const Rect: TRect); |
![]() |
procedure Polyline(Points: PPoint; NumPts: Integer); |
![]() |
procedure Ellipse(x1, y1, x2, y2: Integer); |
![]() |
procedure Ellipse(const Rect: TRect); |
![]() |
procedure RadialPie(x,y,width,mheight,angle1,angle2 : Integer); |
![]() |
procedure Writeln(const AString: String); |
![]() |
procedure TextOut(X,Y: Integer; const Text: String); |
![]() |
property PostScript: TStringList read FPostScript write FPostScript; |
![]() |
property FontFace: String read FFontFace write SetFontFace; |
![]() |
property FontSize: Integer read FFontSize write SetFontSize; |
![]() |
property LineSpacing: Integer read FLineSpacing write FLineSpacing; |
![]() |
property Height: Integer read FHeight write FHeight; |
![]() |
property Color: TColor read GetColor write SetColor; |
![]() |
property Pen: TPSPen read FPen write SetPen; |
![]() |
property Brush: TPSPen read FBrush write SetBrush; |
![]() |
MPostScript: TPostScript; |
![]() |
constructor Create(APostScript: TPostScript); |
![]() |
destructor Destroy; override; |
![]() |
procedure Clear; |
![]() |
Procedure MoveTo(X1,Y1 : Integer); |
![]() |
Procedure LineTo(X1,Y1 : Integer); |
![]() |
Procedure Line(X1,Y1,X2,Y2 : Integer); |
![]() |
Procedure Rectangle(X1,Y1,X2,Y2 : Integer); |
![]() |
Procedure Rectangle(const Rect: TRect); |
![]() |
procedure Polyline(Points: PPoint; NumPts: Integer); |
![]() |
procedure Ellipse(x1, y1, x2, y2: Integer); |
![]() |
procedure Ellipse(const Rect: TRect); |
![]() |
procedure RadialPie(x,y,width,mheight,angle1,angle2 : Integer); |
![]() |
procedure Writeln(const AString: String); |
![]() |
procedure TextOut(X,Y: Integer; const Text: String); |
![]() |
property PostScript: TStringList read FPostScript write FPostScript; |
![]() |
property FontFace: String read FFontFace write SetFontFace; |
![]() |
property FontSize: Integer read FFontSize write SetFontSize; |
![]() |
property LineSpacing: Integer read FLineSpacing write FLineSpacing; |
![]() |
property Height: Integer read FHeight write FHeight; |
![]() |
property Color: TColor read GetColor write SetColor; |
![]() |
property Pen: TPSPen read FPen write SetPen; |
![]() |
property Brush: TPSPen read FBrush write SetBrush; |