CreateImageWrapper
CreateImageWrapper(IImage)
Initializes a new instance of the ImageWrapper class from the specified existing image.
public IImageWrapper CreateImageWrapper(IImage image)
See Also
- interface IImageWrapper
- interface IImage
- class ImageWrapperFactory
- namespace Aspose.Slides
- assembly Aspose.Slides
CreateImageWrapper(Stream)
Initializes a new instance of the BitmapWrapper class from the specified data stream.
public IImageWrapper CreateImageWrapper(Stream stream)
See Also
- interface IImageWrapper
- class ImageWrapperFactory
- namespace Aspose.Slides
- assembly Aspose.Slides
CreateImageWrapper(string)
Initializes a new instance of the BitmapWrapper class from the specified file.
public IImageWrapper CreateImageWrapper(string fileName)
See Also
- interface IImageWrapper
- class ImageWrapperFactory
- namespace Aspose.Slides
- assembly Aspose.Slides