Click or drag to resize

GetBaseClassLine2d Method

Returns two points defining the location in the view window of the 2d line selected in GetPoint::Get2dLine().

(0,0) = upper left corner of window.

Namespace:  Rhino.Input.Custom
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public Point[] Line2d()

Return Value

Type: Point
An array with two 2D points.
See Also