AndroidApp.PinchToZoomOutCoordinates Method

Definition

Performs a pinch gestures to zoom the view in on the given coordinates.

public void PinchToZoomOutCoordinates (float x, float y, Nullable<TimeSpan> duration = null);
abstract member PinchToZoomOutCoordinates : single * single * Nullable<TimeSpan> -> unit
override this.PinchToZoomOutCoordinates : single * single * Nullable<TimeSpan> -> unit
Public Sub PinchToZoomOutCoordinates (x As Single, y As Single, Optional duration As Nullable(Of TimeSpan) = null)

Parameters

x
Single

The x coordinate of the center of the pinch.

y
Single

The y coordinate of the center of the pinch.

duration
Nullable<TimeSpan>

The TimeSpan duration of the pinch gesture.

Implements

Applies to