Share via


IUIDragDropSession.LocationInView(UIView) Method

Definition

Returns the location of the drag-drop activity in the coordinate frame of the specified view.

[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 to query.

Returns

Attributes

Applies to