computeBoundsWithoutOrigin method
Computes the Geometry's bounds without adding an origin point, and returns those bounds as a rect. This method does not modify the Geometry or its bounds. @return {Rect} @since 1.1
Implementation
_i3.Rect computeBoundsWithoutOrigin() => _i4.callMethod(
this,
'computeBoundsWithoutOrigin',
[],
);