Unit 'CairoGraphics' Package
[Overview][Types][Classes][Variables][Index] [#lz_printers]

TCairoGraphicControl

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

Declaration

Source position: cairographics.pas line 14

type TCairoGraphicControl = class(TControl)

protected

  procedure FontChanged(); override;

  

  procedure Paint; virtual;

  

  procedure DoOnChangeBounds; override;

  

  procedure DoOnParentHandleDestruction; override;

  

  property OnPaint: TNotifyEvent; [rw]

  

  function GetDCHandle;

  

  procedure ReleaseDCHandle();

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  property Canvas: TCanvas; [r]

  

end;

Inheritance

TCairoGraphicControl

  

|

TObject



CT Web help

CodeTyphon Studio