VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging Namespace / VintasoftImage Class / SetPixelArgbColor(Int32,Int32,Int32) Method
Syntax Requirements SeeAlso
    SetPixelArgbColor(Int32,Int32,Int32) Method (VintasoftImage)
    Sets the color of the specified pixel in this PixelManipulator.
    Syntax
    'Declaration
    
    Public Sub SetPixelArgbColor( _
    ByVal x
    The x-coordinate of the pixel to set.
    As System.Int32, _
    ByVal y
    The y-coordinate of the pixel to set.
    As System.Int32, _
    ByVal color
    A 32-bit ARGB value that represents the color to assign to the specified pixel.
    As System.Int32 _
    )
     

    Parameters

    x
    The x-coordinate of the pixel to set.
    y
    The y-coordinate of the pixel to set.
    color
    A 32-bit ARGB value that represents the color to assign to the specified pixel.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also