ArduinoTest.Components.ColorManagment.Service.GDIColorProvider.BitBlt C# (CSharp) Method

BitBlt() private method

private BitBlt ( IntPtr hdcDest, int xDest, int yDest, int wDest, int hDest, IntPtr hdcSource, int xSrc, int ySrc, CopyPixelOperation rop ) : bool
hdcDest System.IntPtr
xDest int
yDest int
wDest int
hDest int
hdcSource System.IntPtr
xSrc int
ySrc int
rop CopyPixelOperation
return bool
        static extern bool BitBlt(IntPtr hdcDest, int xDest, int yDest, int
        wDest, int hDest, IntPtr hdcSource, int xSrc, int ySrc, CopyPixelOperation rop);