UIPanGestureRecognizer.SetTranslation(CGPoint, UIView) Method

Definition

Sets the translation, in the coordinate system of .

[Foundation.Export("setTranslation:inView:")]
public virtual void SetTranslation (CoreGraphics.CGPoint translation, UIKit.UIView view);
abstract member SetTranslation : CoreGraphics.CGPoint * UIKit.UIView -> unit
override this.SetTranslation : CoreGraphics.CGPoint * UIKit.UIView -> unit

Parameters

translation
CGPoint
view
UIView

To be added.

This parameter can be null.

Attributes

Applies to