TBLContextStyleTransformMode
Specifies how style transformation matrix is combined with the rendering context transformation matrix, used by TBLContext.SetStyle
function.
Definition
Unit: Blend2D
See Also
Enumeration Values
User (0)
Style transformation matrix should be transformed with the rendering context user and meta matrix (default).
Meta (1)
Style transformation matrix should be transformed with the rendering context meta matrix.
None (2)
Style transformation matrix is considered absolute, and is not combined with a rendering context transform.