GH_CapsuleRenderEngine.RenderBoundaryDots Method

GH_CapsuleRenderEngineRenderBoundaryDots Method

Render a collection of boundary dots along the top edge of the capsule.

Namespace:  Grasshopper.GUI.Canvas
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public void RenderBoundaryDots(
	Graphics G,
	int count,
	GH_PaletteStyle style
)
Public Sub RenderBoundaryDots ( 
	G As Graphics,
	count As Integer,
	style As GH_PaletteStyle
)

Parameters

G
Type: System.DrawingGraphics
count
Type: SystemInt32
Number of dots to render.
style
Type: Grasshopper.GUI.CanvasGH_PaletteStyle
See Also