C# Class RedBadger.Xpf.Input.Gesture

Afficher le fichier Open project: redbadger/XPF Class Usage Examples

Méthodes publiques

Свойство Type Description
Delta Vector
Point Point
Type GestureType

Méthodes publiques

Méthode Description
Gesture ( GestureType type, Point point ) : System.Diagnostics
Gesture ( GestureType type, Point point, Vector delta ) : System.Diagnostics
ToString ( ) : string

Method Details

Gesture() public méthode

public Gesture ( GestureType type, Point point ) : System.Diagnostics
type GestureType
point Point
Résultat System.Diagnostics

Gesture() public méthode

public Gesture ( GestureType type, Point point, Vector delta ) : System.Diagnostics
type GestureType
point Point
delta Vector
Résultat System.Diagnostics

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Delta public_oe property

public Vector Delta
Résultat Vector

Point public_oe property

public Point Point
Résultat Point

Type public_oe property

public GestureType Type
Résultat GestureType