Returns the bounds of the given paint group.
an object with fields left, right, top, and bottom, relative to the center of the given root node.
left
right
top
bottom
if node is not a paint group or root node
the paint group root
Generated using TypeDoc
Returns the bounds of the given paint group.
Returns
an object with fields
left
,right
,top
, andbottom
, relative to the center of the given root node.Throws
if node is not a paint group or root node