Eplan Platform API
Eplan.EplApi.HEServices Namespace / DrawingService Class / SetWindow Method / SetWindow(Double,Double,Double,Double) Method
Left
Top
Right
Bottom

In This Topic
    SetWindow(Double,Double,Double,Double) Method
    In This Topic
    Defines resolution of the drawn image.
    Syntax
    public void SetWindow( 
       double dLeft,
       double dTop,
       double dRight,
       double dBottom
    )
    public:
    void SetWindow( 
       double dLeft,
       double dTop,
       double dRight,
       double dBottom
    ) 

    Parameters

    Parameter NameDescription
    dLeftLeft
    dTopTop
    dRightRight
    dBottomBottom
    Remarks
    The method is relevant only for 3d objects. Please use it before CreateDisplayList().
    See Also