The methods of UIKit.UIPanGestureRecognizer are listed below. For a list of all members, see the UIPanGestureRecognizer Members list.
See Also: Inherited members from UIKit.UIGestureRecognizer
SetTranslation(UIView, CoreGraphics.CGPoint)Sets the translation value in the coordinate system of the specified UIView. | ||
TranslationInView(UIView)The translation of the pan gesture in the coordinate system of the specified UIView. | ||
VelocityInView(UIView)The velocity, in points per second, of the pan gesture in the coordinate system of the specified UIView. | ||