UIKit.UIPanGestureRecognizer Members

The members of UIKit.UIPanGestureRecognizer are listed below.

See Also: Inherited members from UIKit.UIGestureRecognizer

Public Constructors

Default constructor that initializes a new instance of this class with no parameters.
Documentation for this section has not yet been entered.
Constructs a gesture recognizer and provides a method to invoke when the gesture is recognized.
Documentation for this section has not yet been entered.

Protected Constructors

Constructor to call on derived classes to skip initialization and merely allocate the object.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Properties

[read-only]
override
ClassHandleIntPtr. The handle for this class.
MaximumNumberOfTouchesnuint. The maximum number of touching fingers allowed. The default is INT_MAX. That's freaky.
MinimumNumberOfTouchesnuint. The minimum number of fingers that can be touching the view for this gesture to be recognized. Default is 1.

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.