Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Size2D Class / Size2D Constructor / Size2D Constructor(Point2D,Point2D)

In This Topic
    Size2D Constructor(Point2D,Point2D)
    In This Topic
    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