public final class FineCrop extends FineOperation
FineOperation class| Constructor and Description |
|---|
FineCrop(MIRect rect)
Creates the
FineCrop object given a rectangle |
| Modifier and Type | Method and Description |
|---|---|
void |
processImage(MIImage image,
MICallback callback)
Processes an input image
|
public MIRect rect
public FineCrop(MIRect rect)
FineCrop object given a rectanglerect - - An image rectangle to croppublic void processImage(MIImage image, MICallback callback) throws MIGenericException
processImage in class FineOperationimage - - the MIImage object with the imagecallback - - the MICallback object that receives information about the image processing progressMIGenericException