[Overview][Types][Classes][Index] Reference for unit 'PostScriptPrinter' (#lcl)

TPSPattern

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: postscriptprinter.pas line 61

type TPSPattern = class(TObject)

public

  constructor Create;

  

  destructor Destroy; override;

  

  procedure Changed;

  

  property BBox: TRect; [rw]

  

  property PaintType: TPSPaintType; [rw]

  

  property TilingType: TPSTileType; [rw]

  

  property XStep: Real; [rw]

  

  property YStep: Real; [rw]

  

  property Name: String; [rw]

  

  property Canvas: TPostScriptCanvas; [r]

  

  property GetPS: TStringList; [r]

  

  property OldName: String; [rw]

  

  property OnChange: TNotifyEvent; [rw]

  

end;

Inheritance

TPSPattern

  

|

TObject

The latest version of this document can be found at lazarus-ccr.sourceforge.net.