IImage

IImage class

Represents the raster or vector image.

IImage

NameDescription
IImage()

Returns: IImage


getHeight

NameDescription
getHeight()Gets the height of the image.

Returns: int


getSize

NameDescription
getSize()Gets an image size.

Returns: Dimension


getWidth

NameDescription
getWidth()Gets the width of the image.

Returns: int


save

NameDescription
save(String)Save the image to the file.

save

NameDescription
save(String, int)Save the image to the file.

saveToBytes

NameDescription
saveToBytes (int)Save the image to the stream.