ImageGear for Java
updateLineFrom Method
X coordinate of line start.
Y coordinate of line start.
X coordinate of line end.
Y coordinate of line end.
New values for pixels being updated. ImGearPixelArray
Exchanges the pixels of the specified line with new pixels.
Syntax
public abstract void updateLineFrom( 
   int startColumn,
   int startRow,
   int endColumn,
   int endRow,
   ImGearPixelArray pixels
)

Parameters

startColumn
X coordinate of line start.
startRow
Y coordinate of line start.
endColumn
X coordinate of line end.
endRow
Y coordinate of line end.
pixels
New values for pixels being updated. ImGearPixelArray
See Also

Reference

ImGearDIB Class
ImGearDIB Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback