Ellipse Class |
Namespace: DotNetBrowser.Geometry
public sealed class Ellipse
The Ellipse type exposes the following members.
Name | Description | |
---|---|---|
Ellipse |
Initializes a new instance of the Ellipse class with the specified radiusX and
radiusY radii.
|
Name | Description | |
---|---|---|
RadiusX |
Gets radius X axis length.
| |
RadiusY |
Gets radius Y axis length.
| |
RotationAngle |
Gets ellipse orientation angle.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Overrides ObjectEquals(Object).) | |
GetHashCode | Serves as the default hash function. (Overrides ObjectGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |