Grasshopper API
GH_GraphicsUtilShadowHorizontal Method (Graphics, Int32, Int32, Int32, Int32, Boolean, Int32) |
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 = 10, bool below = true, int darkness = 50 )
Public Shared Sub ShadowHorizontal ( g As Graphics, x0 As Integer, x1 As Integer, y As Integer, Optional size As Integer = 10, Optional below As Boolean = true, Optional darkness As Integer = 50 )
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 (Optional)
- Type: SystemInt32
Length of cast shadow. - below (Optional)
- Type: SystemBoolean
If true, shadow is drawn below elevation line. - darkness (Optional)
- Type: SystemInt32
Alpha component of darkness directly underneath the edge.
