System.Runtime.InteropServices.GDI32.BitBlt C# (CSharp) Method

BitBlt() private method

private BitBlt ( IntPtr hObject, int nXDest, int nYDest, int nWidth, int nHeight, IntPtr hObjSource, int nXSrc, int nYSrc, TernaryRasterOperations dwRop ) : bool
hObject System.IntPtr
nXDest int
nYDest int
nWidth int
nHeight int
hObjSource System.IntPtr
nXSrc int
nYSrc int
dwRop TernaryRasterOperations
return bool
        public static extern bool BitBlt(IntPtr hObject, int nXDest, int nYDest, int nWidth, int nHeight, IntPtr hObjSource, int nXSrc, int nYSrc, TernaryRasterOperations dwRop);