IImage

IImage interface

Represents the raster or vector image.

public interface IImage : IDisposable

Properties

NameDescription
Height { get; }Gets the height of the image.
Size { get; }Gets an image size.
Width { get; }Gets the width of the image.

Methods

NameDescription
Save(string)Save the image to the file.
Save(Stream, ImageFormat)Save the image to the stream.
Save(string, ImageFormat)Save the image to the file.

See Also