Click or drag to resize

DisplayPipelineDrawDot Method (Single, Single, String)

Draws a text dot in screen coordinates.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public void DrawDot(
	float screenX,
	float screenY,
	string text
)

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.
See Also