RhinoCommon API
CustomDisplayAddPoint Method (Point3d, Color) |
Adds a new colored point to the display list.
Namespace: Rhino.Display
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0

public void AddPoint( Point3d point, Color color )
Public Sub AddPoint ( point As Point3d, color As Color )
Parameters
- point
- Type: Rhino.GeometryPoint3d
Point to add. - color
- Type: System.DrawingColor
Color of point.
