Grasshopper API
GH_GraphicsUtilEtchVertical Method (Graphics, Int32, Int32, Int32, Int32) |
Draws an etched line segment.
Namespace: Grasshopper.GUI
Assembly: Grasshopper (in Grasshopper.dll)

public static void EtchVertical( Graphics g, int x, int y0, int y1, int alpha = 50 )
Public Shared Sub EtchVertical ( g As Graphics, x As Integer, y0 As Integer, y1 As Integer, Optional alpha As Integer = 50 )
Parameters
- g
- Type: System.DrawingGraphics
Graphics object to draw with. - x
- Type: SystemInt32
x component of line segment. - y0
- Type: SystemInt32
x component of start point. - y1
- Type: SystemInt32
y component of end point. - alpha (Optional)
- Type: SystemInt32
Alpha level of etched line.
