GH_GeometricFont.Draw1 Method

GH_GeometricFontDraw1 Method

Draw the geometric character '1' at the specified location.

Namespace:  Grasshopper.GUI
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public static void Draw1(
	Graphics graphics,
	Color colour,
	PointF position
)
Public Shared Sub Draw1 ( 
	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.
See Also