ImageGear for Java
ImGearROIMask Constructor(int,int,ImGearPage)
X coordinate of the left top corner of the region.
Y coordinate of the left top corner of the region.
1-bit image that defines ROI shape. Must not be null.

This constructor clones incoming image ( mask) and assigns to the ROI mask.

Initializes a new instance of the ImGearROIMask class, using the specified offset and a bitonal image.

Syntax
public ImGearROIMask( 
   int lft,
   int tp,
   ImGearPage mask
)

Parameters

lft
X coordinate of the left top corner of the region.
tp
Y coordinate of the left top corner of the region.
mask
1-bit image that defines ROI shape. Must not be null.

This constructor clones incoming image ( mask) and assigns to the ROI mask.

See Also

Reference

ImGearROIMask Class
ImGearROIMask Members
Overload List

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback