GetThumbnail
GetThumbnail()
返回形状缩略图。 ShapeThumbnailBounds.Shape 形状缩略图边界类型默认使用。
public Bitmap GetThumbnail()
返回值
形状缩略图。
也可以看看
- interface IShape
- 命名空间 Aspose.Slides
- 部件 Aspose.Slides
GetThumbnail(ShapeThumbnailBounds, float, float)
返回形状缩略图。
public Bitmap GetThumbnail(ShapeThumbnailBounds bounds, float scaleX, float scaleY)
范围 | 类型 | 描述 |
---|---|---|
bounds | ShapeThumbnailBounds | 形状缩略图边界类型。 |
scaleX | Single | X 比例 |
scaleY | Single | Y 比例 |
返回值
形状缩略图,如果使用 ShapeThumbnailBounds.Appearance 并且形状没有可见元素,则为 null。
也可以看看
- enum ShapeThumbnailBounds
- interface IShape
- 命名空间 Aspose.Slides
- 部件 Aspose.Slides