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 (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also