getBBox property
DOMRect Function([SVGBoundingBoxOptions?])
get
getBBox
Implementation
_i3.DOMRect Function([_i3.SVGBoundingBoxOptions?]) get getBBox =>
([_i3.SVGBoundingBoxOptions? p0]) => _i4.callMethod(
_i4.getProperty(
this,
'getBBox',
),
r'call',
[
this,
p0 ?? _i6.undefined,
],
);
set
getBBox
(DOMRect value([SVGBoundingBoxOptions?]))
Implementation
set getBBox(_i3.DOMRect Function([_i3.SVGBoundingBoxOptions?]) value) {
_i4.setProperty(
this,
'getBBox',
_i4.allowInterop(value),
);
}