Unit 'DAV_GuiVectorPixel' Package
[Overview][Types][Classes][Index] [#pl_asiovst]

TCustomGuiPixelPrimitive

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

Declaration

Source position: DAV_GuiVectorPixel.pas line 47

type TCustomGuiPixelPrimitive = class(TPersistent)

protected

  FGeometricShape: TGuiCustomGeometricShape;

  

  FOnChanged: TNotifyEvent;

  

  FDrawDraft: TGuiPixelPrimitiveDraw;

  

  FDraw: TGuiPixelPrimitiveDraw;

  

  procedure Changed; virtual;

  

  procedure DrawFixedPoint(); virtual; abstract;

  

  procedure DrawDraftShape(); virtual; abstract;

  

  procedure AssignTo(); override;

  

public

  constructor Create; virtual;

  

  destructor Destroy; override;

  

  property Draw: TGuiPixelPrimitiveDraw; [r]

  

  property DrawDraft: TGuiPixelPrimitiveDraw; [r]

  

  property GeometricShape: TGuiCustomGeometricShape; [r]

  

  property OnChanged: TNotifyEvent; [rw]

  

end;

Inheritance

TCustomGuiPixelPrimitive

  

|

TObject



CT Web help

CodeTyphon Studio