Ellipse Class |
Namespace: Deltabit.WinForms
The Ellipse type exposes the following members.
Name | Description | |
---|---|---|
BoundingRec |
Gets the rectangle that surrounds the boundary of the ellipse.
| |
Centre |
Gets or sets the centre of the ellipse.
| |
HeightRadius |
Gets or sets the radius of the ellipse on the Y axis.
| |
ParentHotspot |
Gets or sets the Parent Hotspot that owns the shape.
| |
WidthRadius |
Gets or sets the radius of the ellipse on the X axis.
|
Name | Description | |
---|---|---|
Clone |
Creates a new instance of the ellipse and copies the data to the new instance.
| |
CreatePolygon |
Converts the ellipse to a polygon representation of the shape.
| |
Draw |
This method draws the elliptical hotspot shape onto the HotImage.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Midpoint |
Computes the midpoint of a shape.
| |
Move |
Moves the shape to a new position.
| |
PointInShape |
Determines if a point falls within the given ellipse.
| |
Rescale |
Rescales and repositions the ellipse according to the parameters.
| |
ShapeFromString |
Converts a string representation of an ellipse to to the ellipse object and assigns it to this instance.
| |
ShapeToString |
Converts the current ellipse to a string representation of the shape.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |