Eplan Platform API
Eplan.EplApi.Base Namespace / RectangleD Structure / RectangleD Constructor
The position of the first corner of the rectangle.
The position of the second corner of the rectangle.

In This Topic
    RectangleD Constructor
    In This Topic
    Constructor which spans rectangle on two points.
    Syntax
    public RectangleD( 
       PointD pt1,
       PointD pt2
    )
    public:
    RectangleD( 
       PointD pt1,
       PointD pt2
    )

    Parameters

    pt1
    The position of the first corner of the rectangle.
    pt2
    The position of the second corner of the rectangle.
    See Also