User32EndPaint Method

Overload List

EndPaint(HandleRef, PaintStruct) Marks the end of painting in the specified window.

This function is required for each call to the BeginPaint(IntPtr, PaintStruct) function, but only after painting is complete.

EndPaint(IntPtr, PaintStruct) Marks the end of painting in the specified window.

This function is required for each call to the BeginPaint(IntPtr, PaintStruct) function, but only after painting is complete.

EndPaint(SafeHandle, PaintStruct) Marks the end of painting in the specified window.

This function is required for each call to the BeginPaint(IntPtr, PaintStruct) function, but only after painting is complete.

See Also