ImageGear for Java
getPixelCopy Method
X coordinate of requested pixel.
Y coordinate of requested pixel.
Returns exact copy of requested pixel.
Syntax
public abstract ImGearPixel getPixelCopy( 
   int column,
   int row
)

Parameters

column
X coordinate of requested pixel.
row
Y coordinate of requested pixel.

Return Value

ImGearPixel class instance.

Throws an exception if the coordinates of the requested pixel are outside of the image bounds.

ImGearPixel

See Also

Reference

ImGearDIB Class
ImGearDIB Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback