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