Back to Devexpress

DXMatrixOrder Enum

corelibraries-devexpress-dot-drawing-6cc92072.md

latest833 B
Original Source

DXMatrixOrder Enum

Lists values that indicate the order for matrix transformation operations.

Namespace : DevExpress.Drawing

Assembly : DevExpress.Drawing.v25.2.dll

NuGet Package : DevExpress.Drawing

Declaration

csharp
public enum DXMatrixOrder
vb
Public Enum DXMatrixOrder

Members

NameDescription
Prepend

The new operation is applied before the old operation.

| | Append |

The new operation is applied after the old operation.

|

See Also

DevExpress.Drawing Namespace