文件名称:BitBlt方法应用事例
文件大小:30KB
文件格式:RAR
更新时间:2011-11-11 07:53:01
BitBlt
BitBlt方法应用事例 [DllImport("gdi32.dll ")] private static extern bool BitBlt( IntPtr hdcDest, // handle to destination DC int nXDest, // x-coord of destination upper-left corner int nYDest, // y-coord of destination upper-left corner int nWidth, // width of destination rectangle int nHeight, // height of destination rectangle IntPtr hdcSrc, // handle to source DC int nXSrc, // x-coordinate of source upper-left corner int nYSrc, // y-coordinate of source upper-left corner System.Int32 dwRop // raster operation code );
【文件预览】:
Bitblt
----Bitblt.suo(8KB)
----Bitblt.sln(907B)
----Bitblt()
--------Form1.cs(4KB)
--------bin()
--------obj()
--------Properties()
--------Program.cs(473B)
--------Form1.Designer.cs(4KB)
--------Bitblt.csproj(3KB)
--------Form1.resx(6KB)