IApp.PinchToZoomOutCoordinates Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Performs a pinch gestures to zoom the view in on the given coordinates.
public void PinchToZoomOutCoordinates (float x, float y, Nullable<TimeSpan> duration);
abstract member PinchToZoomOutCoordinates : single * single * Nullable<TimeSpan> -> unit
Public Sub PinchToZoomOutCoordinates (x As Single, y As Single, duration As Nullable(Of TimeSpan))
Parameters
- x
- Single
The x coordinate of the center of the pinch.
- y
- Single
The y coordinate of the center of the pinch.