boundingBox property

BoundingBox? get boundingBox

Obtém o BoundingBox hierárquico deste elemento

Implementation

BoundingBox? get boundingBox => _boundingBox;
set boundingBox (BoundingBox? bbox)

Define o BoundingBox hierárquico deste elemento

Implementation

set boundingBox(BoundingBox? bbox) => _boundingBox = bbox;