[C#]
Color GetPixel(int x, int y);
[Visual Basic]
Function GetPixel(x As Integer, y As Integer) As Color
None.