次の方法で共有


UICollectionViewLayout.GetLayoutAttributesForInteractivelyMovingItem メソッド

定義

ユーザーが移動しているアイテムのレイアウト属性を返します。

[Foundation.Export("layoutAttributesForInteractivelyMovingItemAtIndexPath:withTargetPosition:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UICollectionViewLayoutAttributes GetLayoutAttributesForInteractivelyMovingItem (Foundation.NSIndexPath indexPath, CoreGraphics.CGPoint targetPosition);
abstract member GetLayoutAttributesForInteractivelyMovingItem : Foundation.NSIndexPath * CoreGraphics.CGPoint -> UIKit.UICollectionViewLayoutAttributes
override this.GetLayoutAttributesForInteractivelyMovingItem : Foundation.NSIndexPath * CoreGraphics.CGPoint -> UIKit.UICollectionViewLayoutAttributes

パラメーター

indexPath
NSIndexPath
targetPosition
CGPoint

戻り値

属性

適用対象