共用方式為


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

傳回

屬性

適用於