Share via


UICollectionViewLayout.LayoutAttributesForElementsInRect(CGRect) Method

Definition

[Foundation.Export("layoutAttributesForElementsInRect:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UICollectionViewLayoutAttributes[] LayoutAttributesForElementsInRect(CoreGraphics.CGRect rect);
[<Foundation.Export("layoutAttributesForElementsInRect:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member LayoutAttributesForElementsInRect : CoreGraphics.CGRect -> UIKit.UICollectionViewLayoutAttributes[]
override this.LayoutAttributesForElementsInRect : CoreGraphics.CGRect -> UIKit.UICollectionViewLayoutAttributes[]

Parameters

rect
CGRect

Returns

Attributes

Applies to