IImage
IImage class
Represents the raster or vector image.
IImage
Returns:
IImage
getHeight
Name | Description |
---|
getHeight () | Gets the height of the image. |
Returns:
int
getSize
Name | Description |
---|
getSize () | Gets an image size. |
Returns:
Dimension
getWidth
Name | Description |
---|
getWidth () | Gets the width of the image. |
Returns:
int
save
Name | Description |
---|
save (String) | Save the image to the file. |
save
Name | Description |
---|
save (String, int) | Save the image to the file. |
saveToStream
Name | Description |
---|
saveToStream (IImage, WriteStream, int) | Save the image to the stream. |