Gets the color of the pixel at the specified position in the C1Bitmap.

Namespace:  C1.Phone.Imaging
Assembly:  C1.Phone.Imaging (in C1.Phone.Imaging.dll)

Syntax

C#
public Color GetPixel(
	int col,
	int row
)
Visual Basic
Public Function GetPixel ( _
	col As Integer, _
	row As Integer _
) As Color

Parameters

col
Type: System..::..Int32
Index of the column that contains the pixel.
row
Type: System..::..Int32
Index of the row that contains the pixel.

Return Value

Color of the pixel at the specified position in the C1Bitmap

See Also