ComponentOne Imaging for UWP
C1.UWP.Imaging Assembly / C1.Xaml.Imaging Namespace / C1Bitmap Class / GetPixel Method
Index of the column that contains the pixel.
Index of the row that contains the pixel.

In This Topic
    GetPixel Method
    In This Topic
    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 Windows.UI.Color
    public Windows.UI.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

    Windows.UI.Color of the pixel at the specified position in the C1Bitmap
    See Also