PinchGestureUpdatedEventArgs 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
PinchUpdated 事件的事件引數。
public ref class PinchGestureUpdatedEventArgs : EventArgs
public class PinchGestureUpdatedEventArgs : EventArgs
type PinchGestureUpdatedEventArgs = class
inherit EventArgs
Public Class PinchGestureUpdatedEventArgs
Inherits EventArgs
- 繼承
-
PinchGestureUpdatedEventArgs
建構函式
PinchGestureUpdatedEventArgs(GestureStatus, Double, Point) |
使用指定的值建構新的 PinchGestureUpdatedEventArgs 物件。 |
PinchGestureUpdatedEventArgs(GestureStatus) |
使用預設值建構新的 PinchGestureUpdatedEventArgs 物件。 |
屬性
Scale |
使用者捏合筆勢從收到最新更新以來的相對大小。 |
ScaleOrigin |
捏合筆勢的更新原點。 |
Status |
筆勢已啟動、正在執行中,還是已完成。 |