IImageWrapper class

IImageWrapper class

System.Drawing.Image wrapper for COM interface.

The IImageWrapper type exposes the following members:

Properties

PropertyDescription
imageGets the Syste.Drawing.Image
Read-only IImageWrapper.image.
image_sourceGets the image
Read-only IImageWrapper.image.
sizeGets the width and height, in pixels, of the Image
Read-only IImageWrapper.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