IUISpringLoadedInteractionContext.LocationInView(UIView) Method

Definition

Method that is called to get the location of the drag activity in the view coordinate system.

[Foundation.Export("locationInView:")]
[Foundation.Preserve(Conditional=true)]
public CoreGraphics.CGPoint LocationInView (UIKit.UIView view);
abstract member LocationInView : UIKit.UIView -> CoreGraphics.CGPoint

Parameters

view
UIView

The view whose coordinate system to use.

Returns

Attributes

Applies to