Klasse TPostScriptCanvas

BeschreibungHierarchieFelderMethodenEigenschaften

Unit

Deklaration

type TPostScriptCanvas = class(TObject)

Beschreibung

Hierarchie

Übersicht

Felder

Public MPostScript: TPostScript;

Methoden

Public constructor Create(APostScript: TPostScript);
Public destructor Destroy; override;
Public procedure Clear;
Public Procedure MoveTo(X1,Y1 : Integer);
Public Procedure LineTo(X1,Y1 : Integer);
Public Procedure Line(X1,Y1,X2,Y2 : Integer);
Public Procedure Rectangle(X1,Y1,X2,Y2 : Integer);
Public Procedure Rectangle(const Rect: TRect);
Public procedure Polyline(Points: PPoint; NumPts: Integer);
Public procedure Ellipse(x1, y1, x2, y2: Integer);
Public procedure Ellipse(const Rect: TRect);
Public procedure RadialPie(x,y,width,mheight,angle1,angle2 : Integer);
Public procedure Writeln(const AString: String);
Public procedure TextOut(X,Y: Integer; const Text: String);

Eigenschaften

Public property PostScript: TStringList read FPostScript write FPostScript;
Public property FontFace: String read FFontFace write SetFontFace;
Public property FontSize: Integer read FFontSize write SetFontSize;
Public property LineSpacing: Integer read FLineSpacing write FLineSpacing;
Public property Height: Integer read FHeight write FHeight;
Public property Color: TColor read GetColor write SetColor;
Public property Pen: TPSPen read FPen write SetPen;
Public property Brush: TPSPen read FBrush write SetBrush;

Beschreibung

Felder

Public MPostScript: TPostScript;
 

Methoden

Public constructor Create(APostScript: TPostScript);
 
Public destructor Destroy; override;
 
Public procedure Clear;
 
Public Procedure MoveTo(X1,Y1 : Integer);
 
Public Procedure LineTo(X1,Y1 : Integer);
 
Public Procedure Line(X1,Y1,X2,Y2 : Integer);
 
Public Procedure Rectangle(X1,Y1,X2,Y2 : Integer);
 
Public Procedure Rectangle(const Rect: TRect);
 
Public procedure Polyline(Points: PPoint; NumPts: Integer);
 
Public procedure Ellipse(x1, y1, x2, y2: Integer);
 
Public procedure Ellipse(const Rect: TRect);
 
Public procedure RadialPie(x,y,width,mheight,angle1,angle2 : Integer);
 
Public procedure Writeln(const AString: String);
 
Public procedure TextOut(X,Y: Integer; const Text: String);
 

Eigenschaften

Public property PostScript: TStringList read FPostScript write FPostScript;
 
Public property FontFace: String read FFontFace write SetFontFace;
 
Public property FontSize: Integer read FFontSize write SetFontSize;
 
Public property LineSpacing: Integer read FLineSpacing write FLineSpacing;
 
Public property Height: Integer read FHeight write FHeight;
 
Public property Color: TColor read GetColor write SetColor;
 
Public property Pen: TPSPen read FPen write SetPen;
 
Public property Brush: TPSPen read FBrush write SetBrush;
 

Erstellt mit PasDoc 0.10.0 am 2007-03-27 23:03:02