VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging Namespace / VintasoftImage Class / SetPixelArgbColor(Int32,Int32,Int32) Method
Syntax Requirements SeeAlso
In This Topic
    SetPixelArgbColor(Int32,Int32,Int32) Method (VintasoftImage)
    In This Topic
    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 _
    )
    public void SetPixelArgbColor(
    System.Int32 x,
    System.Int32 y,
    System.Int32 color
    )
    public: void SetPixelArgbColor(
    System.Int32 x,
    System.Int32 y,
    System.Int32 color
    )
    public:
    void SetPixelArgbColor(
    System.Int32 x,
    System.Int32 y,
    System.Int32 color
    )

    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: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also