ImageWrapperFactory

ImageWrapperFactory class

This class allows to initialize IBitmapWrapper.

The ImageWrapperFactory type exposes the following members:

Constructors

Name Description
ImageWrapperFactory() Initializes a new instance of the ImageWrapperFactory class

Methods

Name Description
create_image_wrapper(image) Initializes a new instance of the BitmapWrapper class from the specified existing image.
create_image_wrapper(stream) Initializes a new instance of the BitmapWrapper class from the specified data stream.
create_image_wrapper(file_name) Initializes a new instance of the BitmapWrapper class from the specified file.

See Also