ImageWrapperFactory
ImageWrapperFactory class
This class allows to initialize IBitmapWrapper.
public class ImageWrapperFactory : IImageWrapperFactory
Constructors
Name | Description |
---|---|
ImageWrapperFactory() | The default constructor. |
Methods
Name | Description |
---|---|
CreateImageWrapper(IImage) | Initializes a new instance of the ImageWrapper class from the specified existing image. |
CreateImageWrapper(Stream) | Initializes a new instance of the BitmapWrapper class from the specified data stream. |
CreateImageWrapper(string) | Initializes a new instance of the BitmapWrapper class from the specified file. |
See Also
- interface IImageWrapperFactory
- namespace Aspose.Slides
- assembly Aspose.Slides