Click or drag to resize

CustomDisplayAddPoint Method (Point3d, Color)

Adds a new colored point to the display list.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public void AddPoint(
	Point3d point,
	Color color
)

Parameters

point
Type: Rhino.GeometryPoint3d
Point to add.
color
Type: System.DrawingColor
Color of point.
See Also