Ribbon for WinForms
Manipulations 列挙体

C1.Win.8 アセンブリ > C1.Win.Touch 名前空間 : Manipulations 列挙体
Represents the possible affine two-dimensional (2-D) manipulations.
シンタックス
'宣言
 
Public Enum Manipulations 
   Inherits System.Enum
public enum Manipulations : System.Enum 
メンバ
メンバ解説
AllAll available manipulations.
NoneNo manipulations.
RotateA rotation.
ScaleA scale in both directions.
TranslateA translation in the x and/or y axes.
TranslateXA translation in the x-axis.
TranslateYA translation in the y-axis.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Win.Touch.Manipulations

参照

C1.Win.Touch 名前空間