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

GetPixel() private method

private GetPixel ( IntPtr hdc, int nXPos, int nYPos ) : uint
hdc System.IntPtr
nXPos int
nYPos int
return uint
        static extern uint GetPixel(IntPtr hdc, int nXPos, int nYPos);