GetImage
GetImage()
返回形状缩略图。默认使用ShapeThumbnailBounds.Shape形状缩略图边界类型。
public IImage GetImage()
返回值
形状缩略图。
参见
- 接口 IImage
- 接口 IShape
- 命名空间 Aspose.Slides
- 程序集 Aspose.Slides
GetImage(ShapeThumbnailBounds, float, float)
返回形状缩略图。
public IImage GetImage(ShapeThumbnailBounds bounds, float scaleX, float scaleY)
参数 | 类型 | 描述 |
---|---|---|
bounds | ShapeThumbnailBounds | 形状缩略图边界类型。 |
scaleX | Single | X 缩放 |
scaleY | Single | Y 缩放 |
返回值
形状缩略图,或者当使用ShapeThumbnailBounds.Appearance并且形状没有可见元素时返回null。
参见
- 接口 IImage
- 枚举 ShapeThumbnailBounds
- 接口 IShape
- 命名空间 Aspose.Slides
- 程序集 Aspose.Slides