Share via


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.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreGraphics.CGPoint LocationInView(UIKit.UIView? view);
[<Foundation.Export("locationInView:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member LocationInView : UIKit.UIView -> CoreGraphics.CGPoint
override this.LocationInView : UIKit.UIView -> CoreGraphics.CGPoint

Parameters

view
UIView

The view whose coordinate system to use.

Returns

Attributes

Applies to