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

平移速度。

适用于