SvgMatrixOrder enumeration

SvgMatrixOrder enumeration

Specifies the order in which matrix transformations are applied.

The SvgMatrixOrder type exposes the following members:

Fields

FieldDescription
APPENDSpecifies that the transformation is appended to the existing transformation.
PREPENDSpecifies that the transformation is prepended to the existing transformation.

See Also