C# Class MonoDroidToolkit.ScaleImageViewGestureDetector

Inheritance: Android.Views.GestureDetector.SimpleOnGestureListener
Afficher le fichier Open project: jamesmontemagno/MonoDroidToolkit

Méthodes publiques

Méthode Description
OnDoubleTap ( Android.Views.MotionEvent e ) : bool
OnDown ( Android.Views.MotionEvent e ) : bool
ScaleImageViewGestureDetector ( ScaleImageView imageView ) : System

Method Details

OnDoubleTap() public méthode

public OnDoubleTap ( Android.Views.MotionEvent e ) : bool
e Android.Views.MotionEvent
Résultat bool

OnDown() public méthode

public OnDown ( Android.Views.MotionEvent e ) : bool
e Android.Views.MotionEvent
Résultat bool

ScaleImageViewGestureDetector() public méthode

public ScaleImageViewGestureDetector ( ScaleImageView imageView ) : System
imageView ScaleImageView
Résultat System