次の方法で共有


UICollectionViewController.GetTargetContentOffset メソッド

定義

オーバーライドされると、開発者はレイアウトとアニメーションの変更のコンテンツ オフセットを変更できます。

[Foundation.Export("collectionView:targetContentOffsetForProposedContentOffset:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual CoreGraphics.CGPoint GetTargetContentOffset (UIKit.UICollectionView collectionView, CoreGraphics.CGPoint proposedContentOffset);
abstract member GetTargetContentOffset : UIKit.UICollectionView * CoreGraphics.CGPoint -> CoreGraphics.CGPoint
override this.GetTargetContentOffset : UIKit.UICollectionView * CoreGraphics.CGPoint -> CoreGraphics.CGPoint

パラメーター

collectionView
UICollectionView

要求を開始したコレクション ビュー。

proposedContentOffset
CGPoint

戻り値

属性

適用対象