ImageGear for Java
getRowCopy Method
X offset in requested row.
Number of row in image.
Quantity of pixels to be retrieved.
Returns an array of pixels that are exact copies of the pixels located in requested row part of the row.
Syntax
public abstract ImGearPixelArray getRowCopy( 
   int column,
   int row,
   int pixelsQty
)

Parameters

column
X offset in requested row.
row
Number of row in image.
pixelsQty
Quantity of pixels to be retrieved.

Return Value

Non-null reference to ImGearPixelArray class.

Throws an exception if the specified points are outside of the image area.

ImGearPixelArray

See Also

Reference

ImGearDIB Class
ImGearDIB Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback