ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearDIB Class / UpdatePixelFrom Method
X coordinate of pixel.
Y coordinate of pixel.
New value for the pixel.




In This Topic
UpdatePixelFrom Method
In This Topic
Updates single pixel with new value.
Syntax
'Declaration
 
Public MustOverride Sub UpdatePixelFrom( _
   ByVal column As Integer, _
   ByVal row As Integer, _
   ByVal pixel As ImGearPixel _
) 
 
'Usage
 
Dim instance As ImGearDIB
Dim column As Integer
Dim row As Integer
Dim pixel As ImGearPixel
 
instance.UpdatePixelFrom(column, row, pixel)

Parameters

column
X coordinate of pixel.
row
Y coordinate of pixel.
pixel
New value for the pixel.
See Also