ImageWrapper

ImageWrapper class

System.Drawing.Image wrapper for COM interface.

The ImageWrapper type exposes the following members:

Properties

Name Description
image Gets Image.
Read-only image.
size Gets the width and height, in pixels, of the Image.
Read-only size.
as_i_disposable Returns IDisposable interface.
Read-only disposable.

Methods

Name Description
save(file_name) Saves Image to the specified file
save(stream, image_format) Saves the Image to the specified stream in the specified format.
save(file_name, image_format) Saves the Image to the specified file in the specified format.

See Also