ImageGear for Java
updatePixelFrom Method
X coordinate of pixel.
Y coordinate of pixel.
New value for the pixel. ImGearPixel
Updates single pixel with new value.
Syntax
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. ImGearPixel
See Also

Reference

ImGearDIB Class
ImGearDIB Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback