IUIDragDropSession.LocationInView(UIView) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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