C# Class android.view.ScaleGestureDetector.SimpleOnScaleGestureListener

Inheritance: java.lang.Object, OnScaleGestureListener
Mostrar archivo Open project: JeroMiya/androidmono

Public Methods

Method Description
onScale ( android arg0 ) : bool
onScaleBegin ( android arg0 ) : bool
onScaleEnd ( android arg0 ) : void

Protected Methods

Method Description
SimpleOnScaleGestureListener ( global @__env )

Private Methods

Method Description
SimpleOnScaleGestureListener ( )

Method Details

SimpleOnScaleGestureListener() protected method

protected SimpleOnScaleGestureListener ( global @__env )
@__env global

onScale() public method

public onScale ( android arg0 ) : bool
arg0 android
return bool

onScaleBegin() public method

public onScaleBegin ( android arg0 ) : bool
arg0 android
return bool

onScaleEnd() public method

public onScaleEnd ( android arg0 ) : void
arg0 android
return void