IApp.PinchToZoomInCoordinates 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 PinchToZoomInCoordinates (float x, float y, Nullable<TimeSpan> duration);
abstract member PinchToZoomInCoordinates : single * single * Nullable<TimeSpan> -> unit
Public Sub PinchToZoomInCoordinates (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.