Uses of Class
ClearImageJNI.ICiRect

Uses of ICiRect in ClearImageJNI
 

Methods in ClearImageJNI that return ICiRect
 ICiRect ICiServer.CreateRect(int left, int top, int right, int bottom)
          Create new CiRect object.
 ICiRect ICiObject.getRect()
          Rectangle, encompassing object.
 ICiRect ICiLine.getRect()
          Rectangle, encompassing line.
 ICiRect ICiBarcode.getRect()
          Barcode rectangle.
 ICiRect ICiImage.getZone()
          Current zone coordinates.
 ICiRect ICiTools.MeasureMargins()
          Measure image margins.
 

Methods in ClearImageJNI with parameters of type ICiRect
 ICiImage ICiImage.CreateZoneRect(ICiRect Rect)
          Create new Zone within image.