Properties
- Property CenterPoint() As
-
Returns the center point of the circle.
- Parameters:
-
- oCenterPoint
- The center point of the circle dd>
- Property Radius() As (Read Only)
-
Returns the radius of the circle
- Parameters:
-
- oRadius
- The radius of the circle dd>
Methods
- Sub GetCenter( oData)
-
Returns the center of the circle
- Parameters:
-
- oData[0]
- The X Coordinate of the circle center point dd>
- oData[1]
- The Y Coordinate of the circle center point
- Example:
- The following example reads the coordinates of the center
of the circle myCircle: double center(1) myCircle.GetCenter centerdd>
- Sub SetData( iCenterX, iCenterY, iRadius)
-
Modifies the caracteristics of the circle
- Parameters:
-
- iCenterX
- The X Coordinate of the circle center dd>
- iCenterY
- The Y Coordinate of the circle center dd>
- iRadius
- The radius of the circle dd>