GH_GraphicsUtilRenderHighlightBox Method (Graphics, Rectangle, Int32, Color, Color) |
Render a typical blueish highlight rectangle
Namespace:
Grasshopper.GUI
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public static void RenderHighlightBox(
Graphics g,
Rectangle box,
int cornerRadius,
Color fill,
Color edge
)
Public Shared Sub RenderHighlightBox (
g As Graphics,
box As Rectangle,
cornerRadius As Integer,
fill As Color,
edge As Color
)
Parameters
- g
- Type: System.DrawingGraphics
Graphics object to render with. - box
- Type: System.DrawingRectangle
Dimensions of selection box. - cornerRadius
- Type: SystemInt32
Radius (in pixels) of box corners, use zero or less to render crisp rectangles. - fill
- Type: System.DrawingColor
Fill colour - edge
- Type: System.DrawingColor
Edge colour
See Also