ArduinoTest.Components.ColorManagment.Service.GDIColorProvider.GetPixel C# (CSharp) 메소드

GetPixel() 개인적인 메소드

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