C1.Win.8 Assembly / C1.Win.Touch Namespace / Manipulations Enumeration

Manipulations Enumeration
Represents the possible affine two-dimensional (2-D) manipulations.
Syntax
'Declaration
 
Public Enum Manipulations 
   Inherits System.Enum
 
Members
MemberDescription
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.
Inheritance Hierarchy

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

See Also