UICollectionViewDelegateFlowLayout_Extensions.GetSizeForItem Method

Definition

The size of the specified item's cell.

public static CoreGraphics.CGSize GetSizeForItem (this UIKit.IUICollectionViewDelegateFlowLayout This, UIKit.UICollectionView collectionView, UIKit.UICollectionViewLayout layout, Foundation.NSIndexPath indexPath);
static member GetSizeForItem : UIKit.IUICollectionViewDelegateFlowLayout * UIKit.UICollectionView * UIKit.UICollectionViewLayout * Foundation.NSIndexPath -> CoreGraphics.CGSize

Parameters

This
IUICollectionViewDelegateFlowLayout

The instance on which this extension method operates.

collectionView
UICollectionView
indexPath
NSIndexPath

Returns

Applies to