Click or drag to resize

Ellipse Methods

The Ellipse type exposes the following members.

Methods
  NameDescription
Public methodClone
Creates a new instance of the ellipse and copies the data to the new instance.
Public methodCreatePolygon
Converts the ellipse to a polygon representation of the shape.
Public methodDraw
This method draws the elliptical hotspot shape onto the HotImage.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodMidpoint
Computes the midpoint of a shape.
Public methodMove
Moves the shape to a new position.
Public methodPointInShape
Determines if a point falls within the given ellipse.
Public methodRescale
Rescales and repositions the ellipse according to the parameters.
Public methodShapeFromString
Converts a string representation of an ellipse to to the ellipse object and assigns it to this instance.
Public methodShapeToString
Converts the current ellipse to a string representation of the shape.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also