RhinoCommon API
DisplayPipelineDrawDot Method (Single, Single, String, Color, Color) |
Draws a text dot in screen coordinates.
Namespace: Rhino.Display
Assembly: RhinoCommon (in RhinoCommon.dll)

public void DrawDot( float screenX, float screenY, string text, Color dotColor, Color textColor )
Public Sub DrawDot ( screenX As Single, screenY As Single, text As String, dotColor As Color, textColor As Color )
Parameters
- screenX
- Type: SystemSingle
X coordinate (in pixels) of dot center. - screenY
- Type: SystemSingle
Y coordinate (in pixels) of dot center. - text
- Type: SystemString
Text content of dot. - dotColor
- Type: System.DrawingColor
Dot background color. - textColor
- Type: System.DrawingColor
Dot foreground color.

Rhino for Windows
Supported in: 6.14