Sets the color of a pixel in the C1Bitmap.

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

Syntax

C#
public void SetPixel(
	int col,
	int row,
	Color color
)
Visual Basic
Public Sub SetPixel ( _
	col As Integer, _
	row As Integer, _
	color 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.
color
Type: System.Windows.Media..::..Color
Color to be assigned to the pixel.

See Also