PinchGestureUpdatedEventArgs 类

定义

PinchUpdated 事件的事件参数。

public ref class PinchGestureUpdatedEventArgs : EventArgs
public class PinchGestureUpdatedEventArgs : EventArgs
type PinchGestureUpdatedEventArgs = class
    inherit EventArgs
Public Class PinchGestureUpdatedEventArgs
Inherits EventArgs
继承
PinchGestureUpdatedEventArgs

构造函数

PinchGestureUpdatedEventArgs(GestureStatus)

构造具有默认值的新 PinchGestureUpdatedEventArgs 对象。

PinchGestureUpdatedEventArgs(GestureStatus, Double, Point)

构造具有指定值的新 PinchGestureUpdatedEventArgs 对象。

属性

Scale

自上次接收到更新后的用户收缩手势的相对大小。

ScaleOrigin

收缩手势的已更新的原点。

Status

动作状态为已开始、正在进行还是已完成。

适用于