Enum SvgTransformOrder
- Namespace
- SharpVectors.Dom.Svg
- Assembly
- SharpVectors.Core.dll
Specifies the order for matrix transform operations.
[Serializable]
public enum SvgTransformOrder
Fields
Prepend = 0
The new operation is applied after the old operation.
Append = 1
The new operation is applied before the old operation.