Click or drag to resize

GripsDrawEventArgs Class

[Missing <summary> documentation for "T:Rhino.DocObjects.Custom.GripsDrawEventArgs"]

Inheritance Hierarchy

Namespace:  Rhino.DocObjects.Custom
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public class GripsDrawEventArgs : DrawEventArgs

The GripsDrawEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyControlPolygonStyle
What kind of line is used to display things like control polygons. 0 = no control polygon, 1 = solid control polygon, 2 = dotted control polygon.
Public propertyDisplay (Inherited from DrawEventArgs.)
Public propertyDrawDynamicStuff
If true, then draw stuff that does not move when grips are dragged, like the control polygon of the "original" curve.
Public propertyDrawStaticStuff
If true, then draw stuff that moves when grips are dragged, like the curve being bent by a dragged control point.
Public propertyGripColor
Public propertyGripStatusCount
Public propertyLockedGripColor
Public propertyRhinoDoc (Inherited from DrawEventArgs.)
Public propertySelectedGripColor
Public propertyViewport (Inherited from DrawEventArgs.)
Top
Methods
  NameDescription
Public methodDrawControlPolygonLine(Line, GripStatus, GripStatus)
Draws the lines in a control polygons.

This is an helper function.

Public methodDrawControlPolygonLine(Line, Int32, Int32)
Draws the lines in a control polygons.

This is an helper function.

Public methodDrawControlPolygonLine(Point3d, Point3d, Int32, Int32)
Draws the lines in a control polygons.

This is an helper function.

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.)
Public methodGripStatus
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRestoreViewportSettings
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also