GH_CapsuleRenderEngine.RenderInputGrip Method

GH_CapsuleRenderEngineRenderInputGrip Method

Static (Shared in VB) method to render a default input grip.

Namespace:  Grasshopper.GUI.Canvas
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public static void RenderInputGrip(
	Graphics G,
	float zoom,
	PointF loc,
	bool full
)
Public Shared Sub RenderInputGrip ( 
	G As Graphics,
	zoom As Single,
	loc As PointF,
	full As Boolean
)

Parameters

G
Type: System.DrawingGraphics
Graphics objects to draw with.
zoom
Type: SystemSingle
Zoom level of graphics surface.
loc
Type: System.DrawingPointF
Location of grip.
full
Type: SystemBoolean
If true, a complete circular grip will be draw. If false, a semi-circular grip will be drawn.
See Also