ScaleGestureDetector.SimpleOnScaleGestureListener.OnScaleBegin Method

Definition

Responds to the beginning of a scaling gesture.

[Android.Runtime.Register("onScaleBegin", "(Landroid/view/ScaleGestureDetector;)Z", "GetOnScaleBegin_Landroid_view_ScaleGestureDetector_Handler")]
public virtual bool OnScaleBegin (Android.Views.ScaleGestureDetector detector);
[<Android.Runtime.Register("onScaleBegin", "(Landroid/view/ScaleGestureDetector;)Z", "GetOnScaleBegin_Landroid_view_ScaleGestureDetector_Handler")>]
abstract member OnScaleBegin : Android.Views.ScaleGestureDetector -> bool
override this.OnScaleBegin : Android.Views.ScaleGestureDetector -> bool

Parameters

detector
ScaleGestureDetector

The detector reporting the event - use this to retrieve extended info about event state.

Returns

Implements

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to