CPMapTemplateDelegate.DidUpdatePanGesture メソッド

定義

パン ジェスチャが更新されたときに呼び出されるメソッド。

[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

パンの速度。

属性

適用対象