API Help
Eplan.EplApi.DataModel.Graphics Namespace / Rectangle Class / LowerLeftCorner Property

In This Topic
    LowerLeftCorner Property
    In This Topic
    Returns lower left corner's coordinates.
    Syntax
    public PointD LowerLeftCorner {get;}
    public:
    property PointD LowerLeftCorner {
       PointD get();
    }

    Property Value

    Eplan.EplApi.Base.PointD lower left corner's coordinates.
    Exceptions
    ExceptionDescription
    Thrown when coordinates cannot be get.
    See Also