次の方法で共有


UICollectionViewDelegate_Extensions.GetTargetContentOffset メソッド

定義

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

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static CoreGraphics.CGPoint GetTargetContentOffset (this UIKit.IUICollectionViewDelegate This, UIKit.UICollectionView collectionView, CoreGraphics.CGPoint proposedContentOffset);
static member GetTargetContentOffset : UIKit.IUICollectionViewDelegate * UIKit.UICollectionView * CoreGraphics.CGPoint -> CoreGraphics.CGPoint

パラメーター

This
IUICollectionViewDelegate

この拡張メソッドが動作するインスタンス。

collectionView
UICollectionView

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

proposedContentOffset
CGPoint

戻り値

属性

適用対象