ImageGear for Java
getLineCopy Method
X dimension of line start point.
Y dimension of line start point.
X dimension of line end point.
Y dimension of line end point.
Returns an array of pixels that are exact copies of pixels located in the requested area of image.
Syntax
public abstract ImGearPixelArray getLineCopy( 
   int startColumn,
   int startRow,
   int endColumn,
   int endRow
)

Parameters

startColumn
X dimension of line start point.
startRow
Y dimension of line start point.
endColumn
X dimension of line end point.
endRow
Y dimension of line end point.

Return Value

ImGearPixelArray class instance.

Incoming coordinates must not exceed the image area bounds. Otherwise, an exception will be thrown.

ImGearPixelArray

See Also

Reference

ImGearDIB Class
ImGearDIB Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback