GetBaseClassRectangle2d Method |
Returns the location in the view of the 2d rectangle selected in GetPoint::Get2dRectangle().
rect.left < rect.right and rect.top < rect.bottom
(0,0) = upper left corner of window.
Namespace:
Rhino.Input.Custom
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public Rectangle Rectangle2d()
Public Function Rectangle2d As Rectangle
Return Value
Type:
RectangleThe rectangle.
See Also