Exemplo n.º 1
0
 public static extern HBITMAP CreateDIBitmap(HDC hdc, ref BITMAPINFOHEADER lpbmih, DWORD fdwInit, IntPtr lpbInit, ref BITMAPINFO lpbmi, uint fuUsage);
Exemplo n.º 2
0
 public static extern IntPtr CreateDIBSection(HDC hdc, ref BITMAPINFO pbmi, uint iUsage, ref IntPtr ppvBits, HANDLE hSection, uint dwOffset);
Exemplo n.º 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);
Exemplo n.º 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);
Exemplo n.º 5
0
 public static extern IntPtr CreateDIBSection(HDC hdc, ref BITMAPINFO pbmi, uint iUsage, ref IntPtr ppvBits, HANDLE hSection, uint dwOffset);
Exemplo n.º 6
0
 public static extern HBITMAP CreateDIBitmap(HDC hdc, ref BITMAPINFOHEADER lpbmih, DWORD fdwInit, IntPtr lpbInit, ref BITMAPINFO lpbmi, uint fuUsage);