GetImage

GetImage()

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

public IImage GetImage()

Return Value

Shape thumbnail.

See Also


GetImage(ShapeThumbnailBounds, float, float)

Returns shape thumbnail.

public IImage GetImage(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