UIKit.UIPanGestureRecognizer: Method Members

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

Public Methods

SetTranslation(UIView, CoreGraphics.CGPoint)
Sets the translation value in the coordinate system of the specified UIView.
TranslationInView(UIView) : CoreGraphics.CGPoint
The translation of the pan gesture in the coordinate system of the specified UIView.
VelocityInView(UIView) : CoreGraphics.CGPoint
The velocity, in points per second, of the pan gesture in the coordinate system of the specified UIView.