com.aspose.imaging.interfaces
Interface IObjectWithBounds

All Known Implementing Classes:
BmpImage, GifFrameBlock, GifImage, Image, JpegImage, PngImage, PsdImage, RasterImage, TiffImage

public interface IObjectWithBounds

Represents an object with bounds.


Method Summary
 Rectangle getBounds()
           
 int getHeight()
           
 Size getSize()
           
 int getWidth()
           
 

Method Detail

getBounds

Rectangle getBounds()

getHeight

int getHeight()

getSize

Size getSize()

getWidth

int getWidth()