GetThumbnail
GetThumbnail()
Returns shape thumbnail. ShapeThumbnailBounds.Shape shape thumbnail bounds type is used by default.
public Bitmap GetThumbnail()
Return Value
Shape thumbnail.
See Also
- interface IShape
- namespace Aspose.Slides
- assembly Aspose.Slides
GetThumbnail(ShapeThumbnailBounds, float, float)
Returns shape thumbnail.
public Bitmap GetThumbnail(ShapeThumbnailBounds bounds, float scaleX, float scaleY)
Parameter | Type | Description |
---|---|---|
bounds | ShapeThumbnailBounds | Shape thumbnail bounds type. |
scaleX | Single | X scale |
scaleY | Single | Y scale |
Return Value
Shape thumbnail or null in case when ShapeThumbnailBounds.Appearance is used and a shape doesn’t have visible elements.
See Also
- enum ShapeThumbnailBounds
- interface IShape
- namespace Aspose.Slides
- assembly Aspose.Slides