UICollectionViewLayout.LayoutAttributesForElementsInRect(CGRect) Method

Definition

The UICollectionViewLayoutAttributes for all the cells and views in the specified RectangleF.

[Foundation.Export("layoutAttributesForElementsInRect:")]
public virtual UIKit.UICollectionViewLayoutAttributes[] LayoutAttributesForElementsInRect (CoreGraphics.CGRect rect);
abstract member LayoutAttributesForElementsInRect : CoreGraphics.CGRect -> UIKit.UICollectionViewLayoutAttributes[]
override this.LayoutAttributesForElementsInRect : CoreGraphics.CGRect -> UIKit.UICollectionViewLayoutAttributes[]

Parameters

rect
CGRect

Returns

Attributes

Applies to