Description:
Draws a point with a given radius, style and color.
Syntax:
Parameters:
- point
- Type: Point3d
- Location of point in world coordinates.
- style
- Type: PointStyle
- Point display style.
- radius
- Type: float
- Point size in pixels.
- color
- Type: System.Drawing.Color
- Color of point. If style is ControlPoint, this will be the border color.
Returns:
Type: void
Available since:
6.0
Description:
Draws a point with a given radius, style and color.
Syntax:
Parameters:
- point
- Type: Point3d
- Location of point in world coordinates.
- style
- Type: PointStyle
- Point display style.
- radius
- Type: int
- Point size in pixels.
- color
- Type: System.Drawing.Color
- Color of point. If style is ControlPoint, this will be the border color.
Returns:
Type: void
Available since:
5.0
Description:
Description:
Draws a point with a given radius, style and color.