CalendarView for WinForms
TransformOrder 列挙体

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi 名前空間 : TransformOrder 列挙体
Specifies the order for matrix transform operations.
シンタックス
'宣言
 
Public Enum TransformOrder 
   Inherits System.Enum
public enum TransformOrder : System.Enum 
メンバ
メンバ解説
AppendThe new operation is applied after the old operation.
PrependThe new operation is applied before the old operation.
解説
Matrix transform operations are not necessarily commutative. The order in which they are applied is important.
継承階層

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

参照

C1.Framework.Drawing.Gdi 名前空間