applyMode property

String? applyMode
getter/setter pair

The apply mode of the transform update. Possible string values are:

  • "APPLY_MODE_UNSPECIFIED" : Unspecified mode.
  • "RELATIVE" : Applies the new AffineTransform matrix to the existing one, and replaces the existing one with the resulting concatenation.
  • "ABSOLUTE" : Replaces the existing AffineTransform matrix with the new one.

Implementation

core.String? applyMode;