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

TvEllipse

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

An ellipse entity

Declaration

Source position: fpvectorial.pas line 218

type TvEllipse = class(TvEntity)

public

  MajorHalfAxis: Double;

  

The length in milimiters of the major half axis of the ellipse

  MinorHalfAxis: Double;

  

The length in milimiters of the minor half axis of the ellipse

  Angle: Double;

  

The rotation angle of the ellipse in degrees in relation to the positive X axis

  BoundingRect: TRect;

  procedure CalculateBoundingRectangle;

end;

Inheritance

TvEllipse

  

An ellipse entity

|

TvEntity

  

An element of a vectorial document

|

TObject

Description

The Angles are measured in degrees in relation to the positive X axis


Documentation generated on: Oct 09 2011