IUICollectionViewDropCoordinator.DropItemIntoItem 方法

定义

将拖动项拖放到指定矩形中,该矩形位于指定项索引路径处的项的坐标系中。

[Foundation.Export("dropItem:intoItemAtIndexPath:rect:")]
[Foundation.Preserve(Conditional=true)]
public UIKit.IUIDragAnimating DropItemIntoItem (UIKit.UIDragItem dragItem, Foundation.NSIndexPath itemIndexPath, CoreGraphics.CGRect rect);
abstract member DropItemIntoItem : UIKit.UIDragItem * Foundation.NSIndexPath * CoreGraphics.CGRect -> UIKit.IUIDragAnimating

参数

dragItem
UIDragItem

要删除的项。

itemIndexPath
NSIndexPath

要放入的项的索引路径。

rect
CGRect

目标放置矩形。

返回

属性

适用于