IImage
IImage class
Represents the raster or vector image.
IImage
| Name | Description |
|---|---|
| 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. |
saveToBytes
| Name | Description |
|---|---|
| saveToBytes (int) | Save the image to the stream. |