DisplayPipeline.DrawDot Method (Int32, Int32, String, Color, Color)

DisplayPipelineDrawDot Method (Int32, Int32, String, Color, Color)

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,
	Color dotColor,
	Color textColor
)
Public Sub DrawDot ( 
	screenX As Integer,
	screenY As Integer,
	text As String,
	dotColor As Color,
	textColor As Color
)

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.
dotColor
Type: System.DrawingColor
Dot background color.
textColor
Type: System.DrawingColor
Dot foreground color.
Version Information

Rhino for Mac

Supported in: 5.4
See Also