次の方法で共有


CPMapTemplateDelegate_Extensions.DidUpdatePanGesture メソッド

定義

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

public static void DidUpdatePanGesture (this CarPlay.ICPMapTemplateDelegate This, CarPlay.CPMapTemplate mapTemplate, CoreGraphics.CGPoint translation, CoreGraphics.CGPoint velocity);
static member DidUpdatePanGesture : CarPlay.ICPMapTemplateDelegate * CarPlay.CPMapTemplate * CoreGraphics.CGPoint * CoreGraphics.CGPoint -> unit

パラメーター

This
ICPMapTemplateDelegate

このメソッドが動作するインスタンス。

mapTemplate
CPMapTemplate

パン ジェスチャが更新されたマップのテンプレート。

translation
CGPoint
velocity
CGPoint

パン速度。

適用対象