GH_GeometricFontDrawNumber Method (Graphics, UInt64, Color, PointF) |
Draw an integer at the specified location.
Namespace:
Grasshopper.GUI
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public static void DrawNumber(
Graphics graphics,
ulong number,
Color colour,
PointF position
)
Public Shared Sub DrawNumber (
graphics As Graphics,
number As ULong,
colour As Color,
position As PointF
)
Parameters
- graphics
- Type: System.DrawingGraphics
Graphics to draw with. - number
- Type: SystemUInt64
Number to draw. - colour
- Type: System.DrawingColor
Colour to draw with. - position
- Type: System.DrawingPointF
Position for first character.
See Also