다음을 통해 공유


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

반환

특성

적용 대상