DisplayPipeline.DrawDot Method (Int32, Int32, String)

DisplayPipelineDrawDot Method (Int32, Int32, String)

Draws a text dot in screen coordinates.

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

Parameters

screenX
Type: SystemInt32
X coordinate (in pixels) of dot center.
screenY
Type: SystemInt32
Y coordinate (in pixels) of dot center.
text
Type: SystemString
Text content of dot.
Version Information

Rhino for Mac

Supported in: 5.4
See Also