Share via


UICollectionViewDelegateFlowLayout_Extensions.GetReferenceSizeForHeader Method

Definition

The size of the header view for the specified section.

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

Parameters

collectionView
UICollectionView
section
IntPtr

nativeint

Returns

Attributes

Applies to