VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging Namespace / PixelManipulator Class / SetPixelArgbColor(Int32,Int32,Int32) Method
Syntax Requirements SeeAlso
In This Topic
SetPixelArgbColor(Int32,Int32,Int32) Method (PixelManipulator)
In This Topic
Sets the color of the specified pixel in this PixelManipulator.
Syntax
'Declaration

Public Sub SetPixelArgbColor( _
ByVal x
The x-coordinate, in the locked region space, of the pixel to set.
As System.Int32, _
ByVal y
The y-coordinate, in the locked region space, 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
)

Parameters

x
The x-coordinate, in the locked region space, of the pixel to set.
y
The y-coordinate, in the locked region space, 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 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also