ImageWrapper class

ImageWrapper class

System.Drawing.Image wrapper for COM interface.

The ImageWrapper type exposes the following members:

Properties

PropertyDescription
image_sourceGets Image.
Read-only IImage.
sizeGets the width and height, in pixels, of the Image.
Read-only ImageWrapper.size.

Methods

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

See Also