Leadtools.Controlsアセンブリ > Leadtools.Controls名前空間 > InteractiveServiceクラス :PinchDeltaイベント |
public event EventHandler<InteractivePinchDeltaEventArgs> PinchDelta
'Declaration
Public Event PinchDelta As EventHandler(Of InteractivePinchDeltaEventArgs)
イベントハンドラは、このイベントに関連するデータを格納するタイプInteractivePinchDeltaEventArgsの引数を受け取ります。以下のInteractivePinchDeltaEventArgsプロパティは、このイベントに特有の情報を提供します。
プロパティ | 説明 |
---|---|
DistanceRatio | cyrrentでオリジナルのpositions.sの間の現在の距離のRatio |
IsHandled (Inherited from Leadtools.Controls.InteractiveEventArgs) | このイベントが処理されるかどうか示します。 |
MouseButton (Inherited from Leadtools.Controls.InteractiveEventArgs) | このイベントを呼び出したマウスボタン。 |
NativeEvent (Inherited from Leadtools.Controls.InteractiveEventArgs) | このイベントに関連づけられるネイティブイベント。 |
Origin (Inherited from Leadtools.Controls.InteractiveEventArgs) | 元のマウスまたはタッチ位置。 |
Origin2 (Inherited from Leadtools.Controls.InteractiveMultiTouchEventArgs) | 2番目のタッチの元の位置。 |
Position (Inherited from Leadtools.Controls.InteractiveEventArgs) | 現在のマウスまたはタッチ位置。 |
Position2 (Inherited from Leadtools.Controls.InteractiveMultiTouchEventArgs) | 2番目のタッチの現在位置。 |
TotalAngleDelta | 流れとオリジナルの間の角度の違いは、配置します。 |
ピンチイベントは、タッチデバイスでサポートされるだけです。
PinchDeltaイベントは、PinchStartedが発生する、そして、以下のどれでも発生したあと、常に発生します:
タッチサポートするデバイス上で:ユーザーがピンチの後指を移動するとき、操作は開始されました。
イベントをつまむNoteは、Windowsフォームプラットホームでサポートされません。