ComponentOne CalendarView for WinForms
C1.Framework.Drawing.Gdi Namespace / TransformOrder Enumeration

In This Topic
    TransformOrder Enumeration
    In This Topic
    Specifies the order for matrix transform operations.
    Syntax
    'Declaration
     
    
    Public Enum TransformOrder 
       Inherits System.Enum
    public enum TransformOrder : System.Enum 
    Members
    MemberDescription
    AppendThe new operation is applied after the old operation.
    PrependThe new operation is applied before the old operation.
    Remarks
    Matrix transform operations are not necessarily commutative. The order in which they are applied is important.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Framework.Drawing.Gdi.TransformOrder

    See Also