Uses of Interface
com.aspose.imaging.interfaces.IObjectWithBounds

Packages that use IObjectWithBounds
com.aspose.imaging   
com.aspose.imaging.fileformats.bmp   
com.aspose.imaging.fileformats.gif   
com.aspose.imaging.fileformats.gif.blocks   
com.aspose.imaging.fileformats.jpeg   
com.aspose.imaging.fileformats.png   
com.aspose.imaging.fileformats.psd   
com.aspose.imaging.fileformats.tiff   
 

Uses of IObjectWithBounds in com.aspose.imaging
 

Classes in com.aspose.imaging that implement IObjectWithBounds
 class Image
           The image is the base class for all type of images.
 class RasterImage
           Represents a raster image supporting raster graphics operations.
 

Uses of IObjectWithBounds in com.aspose.imaging.fileformats.bmp
 

Classes in com.aspose.imaging.fileformats.bmp that implement IObjectWithBounds
 class BmpImage
           A bmp image.
 

Uses of IObjectWithBounds in com.aspose.imaging.fileformats.gif
 

Classes in com.aspose.imaging.fileformats.gif that implement IObjectWithBounds
 class GifImage
           A gif image.
 

Uses of IObjectWithBounds in com.aspose.imaging.fileformats.gif.blocks
 

Classes in com.aspose.imaging.fileformats.gif.blocks that implement IObjectWithBounds
 class GifFrameBlock
           Gif frame block.
 

Uses of IObjectWithBounds in com.aspose.imaging.fileformats.jpeg
 

Classes in com.aspose.imaging.fileformats.jpeg that implement IObjectWithBounds
 class JpegImage
           A jpeg image.
 

Uses of IObjectWithBounds in com.aspose.imaging.fileformats.png
 

Classes in com.aspose.imaging.fileformats.png that implement IObjectWithBounds
 class PngImage
           A png image.
 

Uses of IObjectWithBounds in com.aspose.imaging.fileformats.psd
 

Classes in com.aspose.imaging.fileformats.psd that implement IObjectWithBounds
 class PsdImage
           A psd image.
 

Uses of IObjectWithBounds in com.aspose.imaging.fileformats.tiff
 

Classes in com.aspose.imaging.fileformats.tiff that implement IObjectWithBounds
 class TiffImage
           A tiff image.