Grasshopper API
GH_GraphicsUtilShadowHorizontal Method (Graphics, Int32, Int32, Int32, Int32, Boolean, Color) |
Draws a horizontal shadow edge.
Namespace: Grasshopper.GUI
Assembly: Grasshopper (in Grasshopper.dll)

public static void ShadowHorizontal( Graphics g, int x0, int x1, int y, int size, bool below, Color color )
Public Shared Sub ShadowHorizontal ( g As Graphics, x0 As Integer, x1 As Integer, y As Integer, size As Integer, below As Boolean, color As Color )
Parameters
- g
- Type: System.DrawingGraphics
Graphics object to draw with. - x0
- Type: SystemInt32
Start of shadow edge. - x1
- Type: SystemInt32
End of shadow edge. - y
- Type: SystemInt32
Elevation of shadow edge. - size
- Type: SystemInt32
Length of cast shadow. - below
- Type: SystemBoolean
If true, shadow is drawn below elevation line. - color
- Type: System.DrawingColor
Colour at shadow edge.
