ComponentOne Imaging for UWP
C1.UWP.Imaging Assembly / C1.Xaml.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.
Windows.UI.Color to be assigned to the pixel.

In This Topic
    SetPixel(Int32,Int32,Color) Method
    In This Topic
    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 Windows.UI.Color _
    ) 
    public void SetPixel( 
       System.int col,
       System.int row,
       Windows.UI.Color color
    )

    Parameters

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