updateUniformScaleAround abstract method

void updateUniformScaleAround(
  1. ElementId id,
  2. Vec2 anchorParent,
  3. double mul
)

Scale around an anchor point expressed in the node's parent space.

Implementation

void updateUniformScaleAround(
  rt.ElementId id,
  rt.Vec2 anchorParent,
  double mul,
);