ImageGear for Java
updateAreaFrom Method
X coordinate of top-left point of area to be updated.
Y coordinate of top-left point of area to be updated.
X coordinate of bottom-right point of area to be updated.
Y coordinate of bottom-right point of area to be updated.
New values for the pixels being updated. ImGearPixelArray
Updates the pixels of the specified rectangular area.
Syntax
public abstract void updateAreaFrom( 
   int startColumn,
   int startRow,
   int endColumn,
   int endRow,
   ImGearPixelArray pixels
)

Parameters

startColumn
X coordinate of top-left point of area to be updated.
startRow
Y coordinate of top-left point of area to be updated.
endColumn
X coordinate of bottom-right point of area to be updated.
endRow
Y coordinate of bottom-right point of area to be updated.
pixels
New values for the pixels being updated. ImGearPixelArray
See Also

Reference

ImGearDIB Class
ImGearDIB Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback