[]
        
(Showing Draft Content)

C1.Win.Touch.Manipulations

Manipulations Enum

Represents the possible affine two-dimensional (2-D) manipulations.

Namespace: C1.Win.Touch
Assembly: C1.Win.4.8.dll
Syntax
[Flags]
public enum Manipulations

Fields

Name Description
All

All available manipulations.

None

No manipulations.

Rotate

A rotation.

Scale

A scale in both directions.

Translate

A translation in the x and/or y axes.

TranslateX

A translation in the x-axis.

TranslateY

A translation in the y-axis.