ComponentOne Imaging for Silverlight Library
GetPixel Method

C1.Silverlight.Imaging Namespace > C1Bitmap Class : GetPixel Method
Index of the column that contains the pixel.
Index of the row that contains the pixel.
Gets the color of the pixel at the specified position in the C1Bitmap.
Syntax
'Declaration
 
Public Function GetPixel( _
   ByVal col As System.Integer, _
   ByVal row As System.Integer _
) As System.Windows.Media.Color
public System.Windows.Media.Color GetPixel( 
   System.int col,
   System.int row
)

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
See Also

Reference

C1Bitmap Class
C1Bitmap Members