GetEllipseGeometry

Top  Previous  Next

 

GetEllipseGeometry (Method)

 

Use this method if you want to get the geometry of an ellipse object

 

Syntax:

Function GetEllipseGeometry(avHandle As Integer, cx As Single, cy As Single, aR As Single, bR As Single, dAngle As Single) As Boolean

 

The GetEllipseGeometry method syntax consists of the following:

Parameter

Data Type

Description

avHandle

Integer

Is the handle of the ellipse

cx

Single

Is the x coordinate of the point of the ellipse's center

cy

Single

Is the y coordinate of the point of the ellipse's center

aR

Single

Is the ellipse's horizontal radius

bR

Single

Is the ellipse's vertical radius

dAngle

Single

Is the ellipse's angle

 

Return value:

Boolean - True on success, false on error.

 

Example