GetImage

GetImage()

返回形状缩略图。默认情况下使用 ShapeThumbnailBounds.Shape 形状缩略图边界类型。

public IImage GetImage()

Return Value

形状缩略图。

See Also


GetImage(ShapeThumbnailBounds, float, float)

返回形状缩略图。

public IImage GetImage(ShapeThumbnailBounds bounds, float scaleX, float scaleY)
参数类型描述
boundsShapeThumbnailBounds形状缩略图边界类型。
scaleXSingleX 缩放
scaleYSingleY 缩放

Return Value

形状缩略图,或者在使用 ShapeThumbnailBounds.Appearance 且形状没有可见元素的情况下返回 null。

See Also