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.Preserve(Conditional=true)]
public CoreGraphics.CGPoint LocationInView (UIKit.UIView view);
abstract member LocationInView : UIKit.UIView -> CoreGraphics.CGPoint

Parameters

view
UIView

The view to query.

Returns

Attributes

Applies to