コード例 #1
0
ファイル: GDI.cs プロジェクト: jihadbird/firespider
 public static extern int CreateDIBitmap(HDC hdc, ref BITMAPINFOHEADER lpInfoHeader, int dwUsage, IntPtr lpInitBits, ref BITMAPINFO lpInitInfo, int wUsage);
コード例 #2
0
 public static extern int StretchDIBits(IntPtr hdc, int XDest, int YDest,
                                        int nDestWidth, int nDestHeight, int XSrc, int YSrc, int nSrcWidth,
                                        int nSrcHeight, IntPtr lpBits, [In] ref BITMAPINFOHEADER lpBitsInfo, uint iUsage,
                                        RasterOp dwRop);