GetEllipse
Class provides user interface to define an ellipse.
Inheritance Hierarchy
System.Object
Rhino.Input.Custom.GetEllipse
Namespace: Rhino.Input.Custom
Assembly: RhinoCommon (in RhinoCommon.dll)
Syntax
public class GetEllipse : IDisposable
The GetEllipse type exposes the following members.
Constructors
Name
Description
Public Method
GetEllipse
Constructs a GetEllispe object.
Properties
Name
Description
Public Property
FirstPoint
Returns the first point. If in “from foci” mode, then this is the first foci point.
Public Property
IsModeFromFoci
Indicates the ellipse was created from foci.
Public Property
MarkFoci
Indicates the user wants the ellipse foci marked with point objects.
Public Property
SecondPoint
Returns the second point. If in “from foci” mode, then this is the second foci point.
Methods
Name
Description
Public Method
Dispose.
Actively releases the unmanaged object.
Protected Method
Dispose(Boolean)
Releases the unmanaged object.
Public Method
Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected Method
Finalize
Passively releases the unmanaged object.
(Overrides Object.Finalize..)
Public Method
Get
Prompt for the getting of an ellipse.
Public Method
GetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public Method
GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected Method
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public Method
ToString
Returns a string that represents the current object.
(Inherited from Object.)