getPaintBoundingBox method
The bounding box of the painted area of this element.
Implementation
@override
PRectangle getPaintBoundingBox(PCanvas pCanvas) =>
PRectangle(position.x, position.y, graphic.width, graphic.height);
The bounding box of the painted area of this element.
@override
PRectangle getPaintBoundingBox(PCanvas pCanvas) =>
PRectangle(position.x, position.y, graphic.width, graphic.height);