예제 #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);