UIPanGestureRecognizer.TranslationInView(UIView) Method

Definition

The translation of the pan gesture in the coordinate system of the specified UIView.

[Foundation.Export("translationInView:")]
public virtual CoreGraphics.CGPoint TranslationInView (UIKit.UIView view);
abstract member TranslationInView : UIKit.UIView -> CoreGraphics.CGPoint
override this.TranslationInView : UIKit.UIView -> CoreGraphics.CGPoint

Parameters

view
UIView

To be added.

This parameter can be null.

Returns

Attributes

Applies to