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
移動流覽速度。
- 屬性