RhinoCommon API
DisplayPipelineDrawPoint Method (Point3d, PointStyle, Single, Color) |
Draws a point with a given radius, style and color.
Namespace: Rhino.Display
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 6.0

public void DrawPoint( Point3d point, PointStyle style, float radius, Color color )
Public Sub DrawPoint ( point As Point3d, style As PointStyle, radius As Single, color As Color )
Parameters
- point
- Type: Rhino.GeometryPoint3d
Location of point in world coordinates. - style
- Type: Rhino.DisplayPointStyle
Point display style. - radius
- Type: SystemSingle
Point size in pixels. - color
- Type: System.DrawingColor
Color of point. If style is ControlPoint, this will be the border color.
