[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
An element of a vectorial document
Source position: fpvectorial.pas line 153
type TvEntity = class |
||
public |
||
X: Double; |
||
Y: Double; |
||
Z: Double; |
||
|
The Pen of the entity |
|
|
The Brush of the entity |
|
constructor Create; virtual; |
|
Creates a new entity |
procedure CalculateBoundingBox(); virtual; |
||
procedure ExpandBoundingBox(); |
||
function TryToSelect(); virtual; |
||
procedure Translate(); virtual; |
||
end; |
|
An element of a vectorial document |
|
| | ||
TObject |
All elements should derive from TvEntity, regardless of whatever properties they might contain.