Description:
Draws a text dot in screen coordinates.
Parameters:
- screenX
- Type: float
- X coordinate (in pixels) of dot center.
- screenY
- Type: float
- Y coordinate (in pixels) of dot center.
- text
- Type: string
- Text content of dot.
- dotColor
- Type: System.Drawing.Color
- Dot background color.
- textColor
- Type: System.Drawing.Color
- Dot foreground color.
Returns:
Type: void
Available since:
6.0
Description:
Draws a text dot in screen coordinates.
Description:
Draw a text dot in world coordinates.
Description:
Draws a text dot in world coordinates.