UIPanGestureRecognizer.TranslationInView(UIView) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Returns
- Attributes