Grasshopper API
GH_GeometricFontDrawDash Method |
Draw the geometric character '-' at the specified location.
Namespace: Grasshopper.GUI
Assembly: Grasshopper (in Grasshopper.dll)

public static void DrawDash( Graphics graphics, Color colour, PointF position )
Public Shared Sub DrawDash ( graphics As Graphics, colour As Color, position As PointF )
Parameters
- graphics
- Type: System.DrawingGraphics
Graphics object to draw with. - colour
- Type: System.DrawingColor
Colour of character. - position
- Type: System.DrawingPointF
Location of character.
