[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'fpvectorial' (#fcl)

TvEntity

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

An element of a vectorial document

Declaration

Source position: fpvectorial.pas line 153

type TvEntity = class

public

  X: Double;

  Y: Double;

  Z: Double;

  Pen: TvPen;

  

The Pen of the entity

  Brush: TvBrush;

  

The Brush of the entity

  constructor Create; virtual;

  

Creates a new entity

  procedure CalculateBoundingBox(); virtual;

  procedure ExpandBoundingBox();

  function TryToSelect(); virtual;

  procedure Translate(); virtual;

end;

Inheritance

TvEntity

  

An element of a vectorial document

|

TObject

Description

All elements should derive from TvEntity, regardless of whatever properties they might contain.


Documentation generated on: Oct 09 2011