ImageGear .NET v25.1 - Updated
UpdatePixelFrom Method




ImageGear.Core Assembly > ImageGear.Core Namespace > ImGearDIB Class : UpdatePixelFrom Method
X coordinate of pixel.
Y coordinate of pixel.
New value for the pixel.
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)
public abstract void UpdatePixelFrom( 
   int column,
   int row,
   ImGearPixel pixel
)
public: abstract void UpdatePixelFrom( 
   int column,
   int row,
   ImGearPixel* pixel
) 
public:
abstract void UpdatePixelFrom( 
   int column,
   int row,
   ImGearPixel^ pixel
) 

Parameters

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

Reference

ImGearDIB Class
ImGearDIB Members
ImGearPixel Class