SvgMatrixOrder Enum

SvgMatrixOrder enumeration

Specifies the order in which matrix transformations are applied.

public enum SvgMatrixOrder

Values

NameValueDescription
Append0Specifies that the transformation is appended to the existing transformation.
Prepend1Specifies that the transformation is prepended to the existing transformation.

See Also