ImageWrapper
ImageWrapper class
System.Drawing.Image 的 COM 接口包装器。
public class ImageWrapper : IImageWrapper
Properties
Name | Description |
---|---|
ImageSource { get; } | 获取图像。只读 IImage 。 |
Size { get; } | 获取图像的宽度和高度(以像素为单位)。只读 Size 。 |
Methods
Name | Description |
---|---|
Dispose() | 释放 ImageWrapper |
Save(string) | 将图像保存到指定的文件 |
Save(Stream, PPImageFormat) | 将图像以指定格式保存到指定流中。 |
Save(string, PPImageFormat) | 将图像以指定格式保存到指定文件中。 |
See Also
- interface IImageWrapper
- namespace Aspose.Slides
- assembly Aspose.Slides