Initializes a new instance of the
Ellipse class with the specified
radiusX and
radiusY radii.
Namespace:
DotNetBrowser.Geometry
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.24.2
Syntax public Ellipse(
float radiusX,
float radiusY,
float rotationAngle = 0f
)
Parameters
- radiusX
- Type: SystemSingle
Radius X axis size. - radiusY
- Type: SystemSingle
Radius X axis size. - rotationAngle (Optional)
- Type: SystemSingle
Ellipse orientation angle.
See Also