SvgBitmap.GetBounds(Boolean) Method
In This Article
This member supports the internal infrastructure, and is not intended to be used directly from your code.
Namespace: DevExpress.Utils.Svg
Assembly: DevExpress.Drawing.v24.2.dll
NuGet Package: DevExpress.Drawing
#Declaration
public RectangleF GetBounds(
bool withViewboxTransform = true
)
#Optional Parameters
Name | Type | Default |
---|---|---|
with |
Boolean | True |
#Returns
Type |
---|
Rectangle |
See Also