ArduinoTest.Components.ColorManagment.Service.GDIColorProvider.BitBlt C# (CSharp) Méthode

BitBlt() private méthode

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
Résultat bool
        static extern bool BitBlt(IntPtr hdcDest, int xDest, int yDest, int
        wDest, int hDest, IntPtr hdcSource, int xSrc, int ySrc, CopyPixelOperation rop);