UICollectionViewDragDelegate_Extensions.GetDragPreviewParameters Method

Definition

Gets the preview parameters for the item at the specified index path.

public static UIKit.UIDragPreviewParameters GetDragPreviewParameters (this UIKit.IUICollectionViewDragDelegate This, UIKit.UICollectionView collectionView, Foundation.NSIndexPath indexPath);
static member GetDragPreviewParameters : UIKit.IUICollectionViewDragDelegate * UIKit.UICollectionView * Foundation.NSIndexPath -> UIKit.UIDragPreviewParameters

Parameters

This
IUICollectionViewDragDelegate

The instance on which this extension method operates.

collectionView
UICollectionView
indexPath
NSIndexPath

Returns

Applies to