Klasse TPSPattern

BeschreibungHierarchieFelderMethodenEigenschaften

Unit

Deklaration

type TPSPattern = class(TObject)

Beschreibung

Hierarchie

Übersicht

Methoden

Public constructor Create;
Public destructor Destroy; override;
Public procedure Changed;

Eigenschaften

Public property BBox: TRect read FBBox write SetBBox;
Public property PaintType: TPSPaintType read FPaintType write SetPaintType;
Public property TilingType: TPSTileType read FTilingType write SetTilingType;
Public property XStep: Real read FXStep write SetXStep;
Public property YStep: Real read FYStep write SetYStep;
Public property Name: String read FName write SetName;
Public property Canvas: TPostScriptCanvas read FCanvas;
Public property GetPS: TStringList read GetPostscript;
Public property OldName: string read FOldName write FOldName;
Public property OnChange: TNotifyEvent read FOnChange write FOnChange;

Beschreibung

Methoden

Public constructor Create;
 
Public destructor Destroy; override;
 
Public procedure Changed;
 

Eigenschaften

Public property BBox: TRect read FBBox write SetBBox;
 
Public property PaintType: TPSPaintType read FPaintType write SetPaintType;
 
Public property TilingType: TPSTileType read FTilingType write SetTilingType;
 
Public property XStep: Real read FXStep write SetXStep;
 
Public property YStep: Real read FYStep write SetYStep;
 
Public property Name: String read FName write SetName;
 
Public property Canvas: TPostScriptCanvas read FCanvas;
 
Public property GetPS: TStringList read GetPostscript;
 
Public property OldName: string read FOldName write FOldName;
 
Public property OnChange: TNotifyEvent read FOnChange write FOnChange;
 

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