C# Class PhoneToolkitSample.Samples.GestureSample

Inheritance: Microsoft.Phone.Controls.PhoneApplicationPage
Exibir arquivo Open project: Kinnara/WPToolkit

Public Methods

Method Description
GestureSample ( ) : System

Private Methods

Method Description
GetAngle ( PinchContactPoints points ) : double
GetAngle ( double x, double y ) : double
GetDirection ( double x, double y ) : Orientation
GetTransformNoTranslation ( System.Windows.Media.CompositeTransform transform ) : System.Windows.Media.GeneralTransform
OnDoubleTap ( object sender, System e ) : void
OnDragCompleted ( ) : void
OnDragDelta ( object sender, System.Windows.Input.ManipulationDeltaEventArgs e ) : void
OnDragStarted ( ) : void
OnFlick ( object sender, System.Windows.Input.ManipulationCompletedEventArgs e ) : void
OnHold ( object sender, System e ) : void
OnManipulationCompleted ( object sender, System.Windows.Input.ManipulationCompletedEventArgs e ) : void
OnManipulationDelta ( object sender, System.Windows.Input.ManipulationDeltaEventArgs e ) : void
OnManipulationStarted ( object sender, System.Windows.Input.ManipulationStartedEventArgs e ) : void
OnPinchCompleted ( ) : void
OnPinchDelta ( object sender, System.Windows.Input.ManipulationDeltaEventArgs e ) : void
OnPinchStarted ( object sender, System.Windows.Input.ManipulationDeltaEventArgs e ) : void
OnTap ( object sender, System e ) : void

Method Details

GestureSample() public method

public GestureSample ( ) : System
return System