示例#1
0
 public static extern BitmapSafeHandle CreateDIBSection(DeviceContextSafeHandle hdc, in BITMAPINFO pbmi, DIB usage, out IntPtr ppvBits, IntPtr hSection, uint offset);
示例#2
0
 private static extern int GetDeviceCaps(DeviceContextSafeHandle hdc, int index);
示例#3
0
 public static extern bool BitBlt(DeviceContextSafeHandle hdc, int x, int y, int cx, int cy, IntPtr hdcSrc, int x1, int y1, RasterOperation rop);