Gets the color of the pixel at the specified position in the
C1Bitmap.
'Declaration
Public Function GetPixel( _
ByVal As System.Integer, _
ByVal As System.Integer _
) As System.Windows.Media.Color
public System.Windows.Media.Color GetPixel(
System.int ,
System.int
)
Parameters
- col
- Index of the column that contains the pixel.
- row
- Index of the row that contains the pixel.
Return Value
System.Windows.Media.Color of the pixel at the specified position in the
C1Bitmap
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2