
Public Member Functions | |
| this (WindowBase w) | |
| PAINTSTRUCT | paintStruct () |
| A Windows API structure containing information that can be used to repaint the window. | |
| ~this () | |
The Window class creates a PaintDC when the window needs to be redrawn, passing it to Window.paint. A programmer using SDWF will not need to instantiate PaintDC for general purposes.
| smjg.libs.sdwf.dc.PaintDC.this | ( | WindowBase | w | ) |
| smjg.libs.sdwf.dc.PaintDC.~this | ( | ) |
| PAINTSTRUCT smjg.libs.sdwf.dc.PaintDC.paintStruct | ( | ) |
A Windows API structure containing information that can be used to repaint the window.
1.5.3