Click or drag to resize
MatrixOrder Enumeration
Specifies the order for matrix transform operations.

Namespace: Aspose.PSD
Assembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
Syntax
public enum MatrixOrder
Members
  Member nameValueDescription
Prepend0 The new operation is applied before the old operation.
Append1 The new operation is applied after the old operation.
See Also