Skip to main content
All docs
V23.2

SvgBitmap.GetBounds(Boolean) Method

This member supports the internal infrastructure, and is not intended to be used directly from your code.

Namespace: DevExpress.Utils.Svg

Assembly: DevExpress.Drawing.v23.2.dll

NuGet Package: DevExpress.Drawing

Declaration

public RectangleF GetBounds(
    bool withViewboxTransform = true
)

Optional Parameters

Name Type Default
withViewboxTransform Boolean True

Returns

Type
RectangleF
See Also