MatrixOrder

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class MatrixOrder extends System.Enum

Anger ordningen för matrisomvandlingsoperationer.

Fält

FältBeskrivning
PrependDen nya operationen tillämpas före den gamla operationen.
AppendDen nya operationen tillämpas efter den gamla operationen.

Prepend

public static final int Prepend

Den nya operationen tillämpas före den gamla operationen.

Append

public static final int Append

Den nya operationen tillämpas efter den gamla operationen.