ComponentOne Imaging for Silverlight Library
SetPixel(Int32,Int32,Color) Method

C1.Silverlight.Imaging Namespace > C1Bitmap Class > SetPixel Method : SetPixel(Int32,Int32,Color) Method
Index of the column that contains the pixel.
Index of the row that contains the pixel.
System.Windows.Media.Color to be assigned to the pixel.
Sets the color of a pixel in the C1Bitmap.
Syntax
'Declaration
 
Public Overloads Sub SetPixel( _
   ByVal col As System.Integer, _
   ByVal row As System.Integer, _
   ByVal color As System.Windows.Media.Color _
) 
public void SetPixel( 
   System.int col,
   System.int row,
   System.Windows.Media.Color color
)

Parameters

col
Index of the column that contains the pixel.
row
Index of the row that contains the pixel.
color
System.Windows.Media.Color to be assigned to the pixel.
See Also

Reference

C1Bitmap Class
C1Bitmap Members
Overload List