GH_GraphicsUtilDentVertical Method (Graphics, Rectangle) |
Draws a vertical dent. A vertical dent had dark lines along the left and right edges.
Namespace:
Grasshopper.GUI
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public static void DentVertical(
Graphics g,
Rectangle box
)
Public Shared Sub DentVertical (
g As Graphics,
box As Rectangle
)
Parameters
- g
- Type: System.DrawingGraphics
Graphics object to draw with. - box
- Type: System.DrawingRectangle
Dimensions of the dent.
See Also