Skip to content

GetEllipse

Public Class

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

Constructs a GetEllispe object.


Properties

Name

Description


Public Property

Returns the first point. If in “from foci” mode, then this is the first foci point.


Public Property

Indicates the ellipse was created from foci.


Public Property

Indicates the user wants the ellipse foci marked with point objects.


Public Property

Returns the second point. If in “from foci” mode, then this is the second foci point.


Methods

Name

Description


Public Method

Actively releases the unmanaged object.


Protected Method

Releases the unmanaged object.


Public Method

Equals

Determines whether the specified object is equal to the current object.

(Inherited from Object.)


Protected Method

Passively releases the unmanaged object.

(Overrides Object.Finalize..)


Public Method

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.)