UICollectionViewDelegateFlowLayout_Extensions.GetReferenceSizeForFooter Method

Definition

The size of the footer view for the specified section.

public static CoreGraphics.CGSize GetReferenceSizeForFooter (this UIKit.IUICollectionViewDelegateFlowLayout This, UIKit.UICollectionView collectionView, UIKit.UICollectionViewLayout layout, nint section);
static member GetReferenceSizeForFooter : UIKit.IUICollectionViewDelegateFlowLayout * UIKit.UICollectionView * UIKit.UICollectionViewLayout * nint -> CoreGraphics.CGSize

Parameters

This
IUICollectionViewDelegateFlowLayout

The instance on which this extension method operates.

collectionView
UICollectionView
section
System.System.IntPtr System.nativeint

Returns

Applies to