Gets the color of the specified pixel in this Bitmap.
[Visual Basic] Public Function GetPixel( _ ByVal x As Integer, _ ByVal y As Integer _ ) As Color [C#] public Color GetPixel( int x, int y ); [C++] public: Color GetPixel( int x, int y ); [JScript] public function GetPixel( x : int, y : int ) : Color;
A Color that represents the color of the specified pixel.