Click or drag to resize

GripsDrawEventArgsDrawControlPolygonLine Method (Line, Int32, Int32)

Draws the lines in a control polygons.

This is an helper function.

Namespace:  Rhino.DocObjects.Custom
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public void DrawControlPolygonLine(
	Line line,
	int startStatus,
	int endStatus
)

Parameters

line
Type: Rhino.GeometryLine
Line between two grips.
startStatus
Type: SystemInt32
Index of Grip status at start of line.
endStatus
Type: SystemInt32
Index if Grip status at end of line.
See Also