Ellipse class
Syntax:
Class Ellipse
Remarks:
The Ellipse class represents the ellipse-specific settings for a shape (or Shape object).
Properties:
Name Description
CenterX Gets or sets the horizontal ellipse center position
CenterY Gets or sets the vertical ellipse center position
Clockwise Gets or sets the ellipse's direction: clockwise or counter-clockwise
EndAngle Gets or sets the ellipse's end angle
HRadius Gets or sets the horizontal ellipse radius
StartAngle Gets or sets the ellipse's start angle
Type Gets or sets the type of ellipse
VRadius Gets or sets the vertical ellipse radius
Methods:
Name Description
GetCenterPosition Gets the ellipse center position
GetRadius Gets the ellipse radius
SetCenterPosition Sets the ellipse center position
SetRadius Sets the ellipse radius