DisplayPipeline.DrawDot Method (Single, Single, String)

DisplayPipelineDrawDot Method (Single, Single, String)

Draws a text dot in screen coordinates.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public void DrawDot(
	float screenX,
	float screenY,
	string text
)
Public Sub DrawDot ( 
	screenX As Single,
	screenY As Single,
	text As String
)

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.
Version Information

Rhino for Windows

Supported in: 6.14
See Also