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

TLazCanvasState

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

Declaration

Source position: lazcanvas.pas line 62

type TLazCanvasState = class

public

  Brush: TFPCustomBrush;

  

  Pen: TFPCustomPen;

  

  Font: TFPCustomFont;

  

  BaseWindowOrg: TPoint;

  

  WindowOrg: TPoint;

  

  Clipping: Boolean;

  

  ClipRegion: TFPCustomRegion;

  

  destructor Destroy; override;

  

end;

Inheritance

TLazCanvasState

  

|

TObject