Share via


UICollectionViewLayout.GetLayoutAttributesForInteractivelyMovingItem Method

Definition

[Foundation.Export("layoutAttributesForInteractivelyMovingItemAtIndexPath:withTargetPosition:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UICollectionViewLayoutAttributes GetLayoutAttributesForInteractivelyMovingItem(Foundation.NSIndexPath indexPath, CoreGraphics.CGPoint targetPosition);
[<Foundation.Export("layoutAttributesForInteractivelyMovingItemAtIndexPath:withTargetPosition:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetLayoutAttributesForInteractivelyMovingItem : Foundation.NSIndexPath * CoreGraphics.CGPoint -> UIKit.UICollectionViewLayoutAttributes
override this.GetLayoutAttributesForInteractivelyMovingItem : Foundation.NSIndexPath * CoreGraphics.CGPoint -> UIKit.UICollectionViewLayoutAttributes

Parameters

indexPath
NSIndexPath
targetPosition
CGPoint

Returns

Attributes

Applies to