Unit 'GR32_Paths' Package
[Overview][Constants][Types][Classes][Variables][Index] [#pl_graphics32]

TCustomCanvas

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

Declaration

Source position: GR32_Paths.pas line 155

type TCustomCanvas = class(TThreadPersistent)

protected

  procedure DrawPath; virtual; abstract;

  

  procedure DoBeginPath(); virtual;

  

  procedure DoEndPath(); virtual;

  

  procedure DoClosePath(); virtual;

  

  procedure AssignTo(); override;

  

public

  constructor Create; override;

  

  destructor Destroy; override;

  

  property Transformation: TTransformation; [rw]

  

  property Path: TFlattenedPath; [r]

  

end;

Inheritance

TCustomCanvas

  

|

TThreadPersistent

  

|

TNotifiablePersistent

  

|

TPlainInterfacedPersistent

  

|

TObject,IInterface



CT Web help

CodeTyphon Studio