Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

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>

Structures

.
    • When this member is NULL, an application must paint its own background whenever it is requested to paint in its client area. To determine whether the background must be painted, an application can either process the WM_ERASEBKGND message or test the fErase member of the PAINTSTRUCT structure filled by the BeginPaint function.
.
    • When this member is NULL, an application must paint its own background whenever it is requested to paint in its client area. To determine whether the background must be painted, an application can either process the WM_ERASEBKGND message or test the fErase member of the PAINTSTRUCT structure filled by the BeginPaint function.

user32

.
Summary
.

static extern IntPtr BeginPaint(IntPtr hwnd, out PAINTSTRUCT lpPaint);

.

Public Shared Function BeginPaint(ByVal hwnd As IntPtr, <Out()> ByRef lpPaint As PAINTSTRUCT) As IntPtr

.
Documentation
[BeginPaint] on MSDN
.

                        hdc = Win32.BeginPaint (hWnd, out ps) ;

.

    /// DCX_VALIDATE is identical to using the BeginPaint function.</summary>


 
Access PInvoke.net directly from VS: