In This Topic
Initializes a new instance of the
Ellipse struct.
Syntax
'Declaration
Public Function New( _
ByVal As Point2F, _
ByVal As System.Single, _
ByVal As System.Single _
)
public Ellipse(
Point2F ,
System.float ,
System.float
)
Parameters
- center
- The center.
- radiusX
- The radius X.
- radiusY
- The radius Y.
See Also