Invalidates the current transform matrix. If the computeTransformMatrix method is overidden, this method should be called whenever a property changes that affects the matrix.
Source
void invalidateTransformMatrix() { _transformMatrix = null; _transformMatrixInverse = null; _invalidateToBoxTransformMatrix(); }