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

In This Topic
    SetWindow(Int32,Int32,Int32,Int32) Method
    In This Topic
    Defines resolution of the drawn image.
    Syntax
    public void SetWindow( 
       int nLeft,
       int nTop,
       int nRight,
       int nBottom
    )
    public:
    void SetWindow( 
       int nLeft,
       int nTop,
       int nRight,
       int nBottom
    ) 

    Parameters

    nLeft
    Left
    nTop
    Top
    nRight
    Right
    nBottom
    Bottom
    Remarks
    The method is relevant only for 3d objects. Please use it before CreateDisplayList().
    See Also