ImageWrapperFactory class

ImageWrapperFactory class

This class allows to initialize IBitmapWrapper.

The ImageWrapperFactory type exposes the following members:

Constructors

ConstructorDescription
__init__

Methods

MethodDescription
create_image_wrapperInitializes a new instance of the BitmapWrapper class from the specified existing image.
create_image_wrapperInitializes a new instance of the ImageWrapper class from the specified existing image.
create_image_wrapperInitializes a new instance of the BitmapWrapper class from the specified data stream.
create_image_wrapperInitializes a new instance of the BitmapWrapper class from the specified file.

See Also