public void DrawDisplayList( PaintEventArgs pArgs )
public: void DrawDisplayList( PaintEventArgs^ pArgs )
Parameters
| Parameter Name | Description |
|---|---|
| pArgs | PaintEventArgs of the window, on which the display list will be drawn. |
public void DrawDisplayList( PaintEventArgs pArgs )
public: void DrawDisplayList( PaintEventArgs^ pArgs )
| Parameter Name | Description |
|---|---|
| pArgs | PaintEventArgs of the window, on which the display list will be drawn. |
| Exception | Description |
|---|---|
| System.ArgumentException | Thrown in case of invalid parameters. |
| System.ArgumentNullException | A NULL reference is passed as a parameter. |
| Eplan.EplApi.Base.BaseException | An error occurred, when drawing the display list. |