[]
        
(Showing Draft Content)

C1.Framework.Drawing.Gdi.TransformOrder

TransformOrder Enum

Specifies the order for matrix transform operations.

Namespace: C1.Framework.Drawing.Gdi
Assembly: C1.Win.Input.8.dll
Syntax
public enum TransformOrder
Remarks

Matrix transform operations are not necessarily commutative. The order in which they are applied is important.

Fields

Name Description
Append

The new operation is applied after the old operation.

Prepend

The new operation is applied before the old operation.