Class Ellipse
- Namespace
- DotNetBrowser.Geometry
- Assembly
- DotNetBrowser.dll
Represents a three numbers that are used to define ellipse size and orientation in the two-dimensional space.
public sealed class Ellipse
- Inheritance
-
Ellipse
- Inherited Members
Constructors
- Ellipse(float, float, float)
Initializes a new instance of the Ellipse class with the specified
radiusX
andradiusY
radii.
Properties
- RadiusX
Gets radius X axis length.
- RadiusY
Gets radius Y axis length.
- RotationAngle
Gets ellipse orientation angle.