visualization-tools

Home > @visualization-tools/core > IGraphAttachPoint > updateBoundingRects

IGraphAttachPoint.updateBoundingRects() method

Interaction handlers depend on the position of the element on the screen to determine the relative position of the cursor. This updates ICanvasDimensions.boundingRect on the current canvasDims.

Signature:

updateBoundingRects(): void;

Returns:

void