Eplan Platform API
Eplan.EplApi.HEServices Namespace / DrawingService Class / DrawDisplayList Method / DrawDisplayList(PaintEventArgs) Method
PaintEventArgs of the window, on which the display list will be drawn.

In This Topic
    DrawDisplayList(PaintEventArgs) Method
    In This Topic
    Draws a display list on a window. The preview is fit to the window, while keeping its aspect ratio.
    Syntax
    public void DrawDisplayList( 
       PaintEventArgs pArgs
    )
    public:
    void DrawDisplayList( 
       PaintEventArgs^ pArgs
    ) 

    Parameters

    pArgs
    PaintEventArgs of the window, on which the display list will be drawn.
    Exceptions
    ExceptionDescription
    Thrown in case of invalid parameters.
    A null reference is passed to a parameter.
    An error occurred, when drawing the display list.
    See Also