PinchGestureUpdatedEventArgs 類別

定義

PinchUpdated 事件的事件引數。

public class PinchGestureUpdatedEventArgs : EventArgs
type PinchGestureUpdatedEventArgs = class
    inherit EventArgs
繼承
PinchGestureUpdatedEventArgs

建構函式

PinchGestureUpdatedEventArgs(GestureStatus)

使用預設值建構新的 PinchGestureUpdatedEventArgs 物件。

PinchGestureUpdatedEventArgs(GestureStatus, Double, Point)

使用指定的值建構新的 PinchGestureUpdatedEventArgs 物件。

屬性

Scale

使用者捏合筆勢從收到最新更新以來的相對大小。

ScaleOrigin

捏合筆勢的更新原點。

Status

筆勢已啟動、正在執行中,還是已完成。

適用於