.
C# Signature:
[DllImport("uxtheme.dll", SetLastError=true)]
static extern IntPtr BeginBufferedPaint(IntPtr hdcTarget, [In] ref RECT prcTarget, BP_BUFFERFORMAT dwFormat, [In] ref BP_PAINTPARAMS pPaintParams, out IntPtr phdc);
VB Signature:
Declare Function BeginBufferedPaint Lib "uxtheme.dll" (TODO) As TODO
User-Defined Types:
RECT, BP_BUFFERFORMAT, BP_PAINTPARAMS
Alternative Managed API:
Do you know one? Please contribute it!
Notes:
None.
Tips & Tricks:
Please add some!
Sample Code:
Please add some!
The RECT structure defines the coordinates of the upper-left and lower-right corners of a rectangle.
6/3/2013 5:41:04 PM - dahminator-75.174.65.168
Used with [BeginBufferedAnimation], [BeginBufferedPaint]
7/7/2014 9:31:37 AM - jnm2-50.241.168.105
Used with [BeginBufferedAnimation], [BeginBufferedPaint]
9/7/2016 12:32:58 PM - -50.241.168.105