コード例 #1
0
ファイル: WinGdi.cs プロジェクト: zuozhu315/Vanara
 public static extern bool BitBlt(HDC hdc, int nXDest, int nYDest, int nWidth, int nHeight, HDC hdcSrc, int nXSrc, int nYSrc, RasterOperationMode dwRop);
コード例 #2
0
ファイル: GDI32.cs プロジェクト: kouweizhong/vanara
 public static extern bool BitBlt(SafeDCHandle hdc, int nXDest, int nYDest, int nWidth, int nHeight, SafeDCHandle hdcSrc, int nXSrc, int nYSrc, RasterOperationMode dwRop);