Click or drag to resize

SimpleArrayPoint2dToArray Method

Copies the unmanaged array to a managed counterpart.

Namespace:  Rhino.Runtime.InteropWrappers
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.6
Syntax
public Point2d[] ToArray()

Return Value

Type: Point2d
The managed array.
See Also