In This Topic
Draws a display list on a window. The preview is fit to the window, while keeping its aspect ratio. Only the rectangle specified by the parameter rcClientRect will be used
Overload List
Overload | Description |
DrawDisplayList(HWND__,Rectangle) | Draws a display list on a window. The preview is fit to the window, while keeping its aspect ratio. Only the rectangle specified by the parameter rcClientRect will be used |
DrawDisplayList(PaintEventArgs,Rectangle) | Draws a display list on a window. The preview is fit to the window, while keeping its aspect ratio. Only the rectangle specified by the parameter rcClientRect will be used |
DrawDisplayList(PaintEventArgs) | Draws a display list on a window. The preview is fit to the window, while keeping its aspect ratio. |
See Also