IImage class

IImage class

Represents a raster or vector image.

The IImage type exposes the following members:

Properties

PropertyDescription
sizeGets the size of the image.
widthGets the width of the image in pixels.
heightGets the height of the image in pixels.

Methods

MethodDescription
saveSaves the image to a file.
saveSaves the image to a file in the specified format.
saveSaves the image to a stream in the specified format.
saveSaves the image to a file in the specified format and quality.
saveSaves the image to a stream in the specified format and quality.

Remarks

This interface provides a common abstraction for handling both raster and vector images.
Implementations may vary depending on the underlying image type.

See Also