ShapeGetThumbnail Method (ShapeThumbnailBounds, Single, Single) |
Returns shape thumbnail.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic Bitmap GetThumbnail(
ShapeThumbnailBounds bounds,
float scaleX,
float scaleY
)
Public Function GetThumbnail (
bounds As ShapeThumbnailBounds,
scaleX As Single,
scaleY As Single
) As Bitmap
public:
virtual Bitmap^ GetThumbnail(
ShapeThumbnailBounds bounds,
float scaleX,
float scaleY
) sealed
abstract GetThumbnail :
bounds : ShapeThumbnailBounds *
scaleX : float32 *
scaleY : float32 -> Bitmap
override GetThumbnail :
bounds : ShapeThumbnailBounds *
scaleX : float32 *
scaleY : float32 -> Bitmap
Parameters
- bounds
- Type: Aspose.SlidesShapeThumbnailBounds
Shape thumbnail bounds type. - scaleX
- Type: SystemSingle
X scale - scaleY
- Type: SystemSingle
Y scale
Return Value
Type:
BitmapShape thumbnail or null in case when ShapeThumbnailBounds.Appearance is used and a shape doesn't have visible elements.
Implements
IShapeGetThumbnail(ShapeThumbnailBounds, Single, Single)
See Also