CPMapTemplateDelegate.DidUpdatePanGesture メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
パン ジェスチャが更新されたときに呼び出されるメソッド。
[Foundation.Export("mapTemplate:didUpdatePanGestureWithTranslation:velocity:")]
public virtual void DidUpdatePanGesture (CarPlay.CPMapTemplate mapTemplate, CoreGraphics.CGPoint translation, CoreGraphics.CGPoint velocity);
abstract member DidUpdatePanGesture : CarPlay.CPMapTemplate * CoreGraphics.CGPoint * CoreGraphics.CGPoint -> unit
override this.DidUpdatePanGesture : CarPlay.CPMapTemplate * CoreGraphics.CGPoint * CoreGraphics.CGPoint -> unit
パラメーター
- mapTemplate
- CPMapTemplate
パン ジェスチャが更新されたマップのテンプレート。
- translation
- CGPoint
- velocity
- CGPoint
パンの速度。
- 属性