IImageWrapperFactory class

IImageWrapperFactory class

This interface allows to initialize IBitmapWrapper.

The IImageWrapperFactory type exposes the following members:

Methods

MethodDescription
create_image_wrapper(self, image)Initializes a new instance of the ImageWrapper class from the specified existing image.
create_image_wrapper(self, stream)Initializes a new instance of the ImageWrapper class from the specified data stream.
create_image_wrapper(self, file_name)Initializes a new instance of the ImageWrapper class from the specified file.

See Also