Share via


UICollectionViewDelegateFlowLayout_Extensions.GetReferenceSizeForFooter Method

Definition

The size of the footer view for the specified section.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static CoreGraphics.CGSize GetReferenceSizeForFooter(this UIKit.IUICollectionViewDelegateFlowLayout This, UIKit.UICollectionView collectionView, UIKit.UICollectionViewLayout layout, IntPtr section);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetReferenceSizeForFooter : UIKit.IUICollectionViewDelegateFlowLayout * UIKit.UICollectionView * UIKit.UICollectionViewLayout * nativeint -> CoreGraphics.CGSize

Parameters

collectionView
UICollectionView
section
IntPtr

nativeint

Returns

Attributes

Applies to