public static extern int StretchDIBits(HandleRef hdc, int XDest, int YDest, int nDestWidth, int nDestHeight, int XSrc, int YSrc, int nSrcWidth, int nSrcHeight, byte[] lpBits, ref System.Windows.Forms.NativeMethods.BITMAPINFO_FLAT lpBitsInfo, int iUsage, int dwRop);
 public static extern int GetDIBits(HandleRef hdc, HandleRef hbm, int uStartScan, int cScanLines, byte[] lpvBits, ref System.Windows.Forms.NativeMethods.BITMAPINFO_FLAT bmi, int uUsage);