UICollectionViewLayout.TargetContentOffsetForProposedContentOffset 方法

定义

动画布局更改后要使用的内容偏移量。

[Foundation.Export("targetContentOffsetForProposedContentOffset:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual CoreGraphics.CGPoint TargetContentOffsetForProposedContentOffset (CoreGraphics.CGPoint proposedContentOffset);
abstract member TargetContentOffsetForProposedContentOffset : CoreGraphics.CGPoint -> CoreGraphics.CGPoint
override this.TargetContentOffsetForProposedContentOffset : CoreGraphics.CGPoint -> CoreGraphics.CGPoint

参数

proposedContentOffset
CGPoint

返回

属性

适用于