GetThumbnail

GetThumbnail()

Returns shape thumbnail. ShapeThumbnailBounds.Shape shape thumbnail bounds type is used by default.

public Bitmap GetThumbnail()

Return Value

Shape thumbnail.

See Also


GetThumbnail(ShapeThumbnailBounds, float, float)

Returns shape thumbnail.

public Bitmap GetThumbnail(ShapeThumbnailBounds bounds, float scaleX, float scaleY)
ParameterTypeDescription
boundsShapeThumbnailBoundsShape thumbnail bounds type.
scaleXSingleX scale
scaleYSingleY scale

Return Value

Shape thumbnail or null in case when ShapeThumbnailBounds.Appearance is used and a shape doesn’t have visible elements.

See Also