GetPointDrawEventArgs Class

GetPointDrawEventArgs Class

Arguments for drawing during point getting.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Rhino.DisplayDrawEventArgs
      Rhino.Input.CustomGetPointDrawEventArgs

Namespace:  Rhino.Input.Custom
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public class GetPointDrawEventArgs : DrawEventArgs
Public Class GetPointDrawEventArgs
	Inherits DrawEventArgs

The GetPointDrawEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyCurrentPoint
Public propertyDisplay (Inherited from DrawEventArgs.)
Public propertyRhinoDoc (Inherited from DrawEventArgs.)
Public propertyCode exampleSource
GetPoint class that this draw event originated from.
Public propertyViewport (Inherited from DrawEventArgs.)
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(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.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also