コード例 #1
0
ファイル: Win32.cs プロジェクト: jionyamakita/DSLab
 public static extern HBITMAP CreateDIBitmap(HDC hdc, ref BITMAPINFOHEADER lpbmih, DWORD fdwInit, IntPtr lpbInit, ref BITMAPINFO lpbmi, uint fuUsage);
コード例 #2
0
ファイル: Win32.cs プロジェクト: jionyamakita/DSLab
 public static extern IntPtr CreateDIBSection(HDC hdc, ref BITMAPINFO pbmi, uint iUsage, ref IntPtr ppvBits, HANDLE hSection, uint dwOffset);
コード例 #3
0
ファイル: Win32.cs プロジェクト: jionyamakita/DSLab
 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
ファイル: Win32.cs プロジェクト: cogorou/DSLab
 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
ファイル: Win32.cs プロジェクト: cogorou/DSLab
 public static extern IntPtr CreateDIBSection(HDC hdc, ref BITMAPINFO pbmi, uint iUsage, ref IntPtr ppvBits, HANDLE hSection, uint dwOffset);
コード例 #6
0
ファイル: Win32.cs プロジェクト: cogorou/DSLab
 public static extern HBITMAP CreateDIBitmap(HDC hdc, ref BITMAPINFOHEADER lpbmih, DWORD fdwInit, IntPtr lpbInit, ref BITMAPINFO lpbmi, uint fuUsage);