Skip to content

GripsDrawEventArgs

Public Class

Inheritance Hierarchy

System.Object
System.EventArgs
Rhino.Display.DrawEventArgs
Rhino.DocObjects.Custom.GripsDrawEventArgs

Namespace: Rhino.DocObjects.Custom

Assembly: RhinoCommon (in RhinoCommon.dll)

Syntax

public class GripsDrawEventArgs : DrawEventArgs

The GripsDrawEventArgs type exposes the following members.

Properties

Name

Description


Public Property

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 Property

(Inherited from DrawEventArgs.)


Public Property

If true, then draw stuff that does not move when grips are dragged, like the control polygon of the “original” curve.


Public Property

If true, then draw stuff that moves when grips are dragged, like the curve being bent by a dragged control point.


Public Property

Public Property

Public Property

Public Property

(Inherited from DrawEventArgs.)


Public Property

Public Property

(Inherited from DrawEventArgs.)


Methods

Name

Description


Public Method

Draws the lines in a control polygons.

This is an helper function.


Public Method

Draws the lines in a control polygons.

This is an helper function.


Public Method

Draws the lines in a control polygons.

This is an helper function.


Public Method

Equals

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

(Inherited from Object.)


Protected Method

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.

(Inherited from Object.)


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


Public Method

Protected Method

MemberwiseClone

Creates a shallow copy of the current Object.

(Inherited from Object.)


Public Method

Public Method

ToString

Returns a string that represents the current object.

(Inherited from Object.)