Desktop Functions: Smart Device Functions:
|
Search Results for "BeginPaint" in [All]Enums
/// DCX_VALIDATE is identical to using the BeginPaint function.</summary>
''' DCX_VALIDATE is identical to using the BeginPaint function.</summary> Structures2: WNDCLASS
3: WNDCLASSEX
user324: BeginPaint
static extern IntPtr BeginPaint(IntPtr hwnd, out PAINTSTRUCT lpPaint);
Public Shared Function BeginPaint(ByVal hwnd As IntPtr, <Out()> ByRef lpPaint As PAINTSTRUCT) As IntPtr
hdc = Win32.BeginPaint (hWnd, out ps) ; 6: GetDCEx
/// DCX_VALIDATE is identical to using the BeginPaint function.</summary> |