Пример #1
0
 public static extern HBITMAP CreateDIBitmap(HDC hdc, ref BITMAPINFOHEADER lpbmih, DWORD fdwInit, IntPtr lpbInit, ref BITMAPINFO lpbmi, uint fuUsage);
Пример #2
0
 public static extern IntPtr CreateDIBSection(HDC hdc, ref BITMAPINFO pbmi, uint iUsage, ref IntPtr ppvBits, HANDLE hSection, uint dwOffset);
Пример #3
0
 public static extern int StretchDIBits(HDC hdc, int XDest, int YDest, int nDestWidth, int nDestHeight, int XSrc, int YSrc, int nSrcWidth, int nSrcHeight, IntPtr lpBits, ref BITMAPINFO lpBitsInfo, uint iUsage, uint dwRop);
Пример #4
0
 public static extern int StretchDIBits(HDC hdc, int XDest, int YDest, int nDestWidth, int nDestHeight, int XSrc, int YSrc, int nSrcWidth, int nSrcHeight, IntPtr lpBits, ref BITMAPINFO lpBitsInfo, uint iUsage, uint dwRop);
Пример #5
0
 public static extern IntPtr CreateDIBSection(HDC hdc, ref BITMAPINFO pbmi, uint iUsage, ref IntPtr ppvBits, HANDLE hSection, uint dwOffset);
Пример #6
0
 public static extern HBITMAP CreateDIBitmap(HDC hdc, ref BITMAPINFOHEADER lpbmih, DWORD fdwInit, IntPtr lpbInit, ref BITMAPINFO lpbmi, uint fuUsage);