ImageWrapper class

ImageWrapper class

System.Drawing.Image wrapper for COM interface.

The ImageWrapper type exposes the following members:

Properties

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

Methods

MethodDescription
saveSaves Image to the specified file
saveSaves the Image to the specified stream in the specified format.
saveSaves the Image to the specified file in the specified format.

See Also