C# Class RedBadger.Xpf.Input.Gesture

Show file Open project: redbadger/XPF Class Usage Examples

Public Properties

Property Type Description
Delta Vector
Point Point
Type GestureType

Public Methods

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

Method Details

Gesture() public method

public Gesture ( GestureType type, Point point ) : System.Diagnostics
type GestureType
point Point
return System.Diagnostics

Gesture() public method

public Gesture ( GestureType type, Point point, Vector delta ) : System.Diagnostics
type GestureType
point Point
delta Vector
return System.Diagnostics

ToString() public method

public ToString ( ) : string
return string

Property Details

Delta public property

public Vector Delta
return Vector

Point public property

public Point Point
return Point

Type public property

public GestureType Type
return GestureType