共用方式為


UICollectionViewDelegateFlowLayout.GetSizeForItem 方法

定義

指定之專案儲存格的大小。

[Foundation.Export("collectionView:layout:sizeForItemAtIndexPath:")]
public virtual CoreGraphics.CGSize GetSizeForItem (UIKit.UICollectionView collectionView, UIKit.UICollectionViewLayout layout, Foundation.NSIndexPath indexPath);
abstract member GetSizeForItem : UIKit.UICollectionView * UIKit.UICollectionViewLayout * Foundation.NSIndexPath -> CoreGraphics.CGSize
override this.GetSizeForItem : UIKit.UICollectionView * UIKit.UICollectionViewLayout * Foundation.NSIndexPath -> CoreGraphics.CGSize

參數

collectionView
UICollectionView
indexPath
NSIndexPath

傳回

屬性

適用於