Exemplo n.º 1
0
 internal static extern IntPtr CreateDIBSection(IntPtr hdc, ref BITMAPINFO pbmi, uint iUsage, out IntPtr ppvBits, IntPtr hSection, uint dwOffset);
Exemplo n.º 2
0
 internal static extern int SetDIBits(IntPtr hdc, IntPtr hbmp, uint uStartScan, int uScanLines, IntPtr lpvBits, ref BITMAPINFO lpbmi, uint fuColorUse);