Grasshopper API
GH_CapsuleRenderEngineCreateHighlightBar Method (Rectangle, Int32, Int32, Int32, Boolean, Boolean) |
Static (Shared in VB) method for creating Grasshopper Capsule highlight fills.
Namespace: Grasshopper.GUI.Canvas
Assembly: Grasshopper (in Grasshopper.dll)

public static GraphicsPath CreateHighlightBar( Rectangle rec, int R0, int R1, int size, bool jaggedLeft, bool jaggedRight )
Public Shared Function CreateHighlightBar ( rec As Rectangle, R0 As Integer, R1 As Integer, size As Integer, jaggedLeft As Boolean, jaggedRight As Boolean ) As GraphicsPath
Parameters
- rec
- Type: System.DrawingRectangle
Rectangle for entire fill. - R0
- Type: SystemInt32
Radius of upper left corner. - R1
- Type: SystemInt32
Radius of upper right corner. - size
- Type: SystemInt32
Highlight fill height. - jaggedLeft
- Type: SystemBoolean
- jaggedRight
- Type: SystemBoolean
Return Value
Type: GraphicsPathGraphics path that describes the highlight fill shape.
