Eyeshot 9.0 WinForms API Reference
Size2D Constructor(Point2D,Point2D)

WinForms Assembly > devDept.Geometry Namespace > Size2D Class > Size2D Constructor : Size2D Constructor(Point2D,Point2D)
Two 2D points constructor.
Syntax
'Declaration
 
Public Function New( _
   ByVal minCorner As Point2D, _
   ByVal maxCorner As Point2D _
)
public Size2D( 
   Point2D minCorner,
   Point2D maxCorner
)

Parameters

minCorner
maxCorner
See Also

Reference

Size2D Class
Size2D Members
Overload List