User32BeginPaint Method

Overload List

BeginPaint(HandleRef, PaintStruct) Prepares the specified window for painting and fills a PaintStruct structure with information about the painting.
BeginPaint(IntPtr, PaintStruct) Prepares the specified window for painting and fills a PaintStruct structure with information about the painting.
BeginPaint(SafeHandle, PaintStruct) Prepares the specified window for painting and fills a PaintStruct structure with information about the painting.

See Also