[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: DAV_GuiVectorPixel.pas line 47
type TCustomGuiPixelPrimitive = class(TPersistent) |
||
protected |
||
|
||
FOnChanged: TNotifyEvent; |
|
|
|
||
|
||
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; |
|
||
| | ||
TObject |
CT Web help |
CodeTyphon Studio |