Share via


UICollectionViewLayout.ShouldInvalidateLayoutForBoundsChange(CGRect) Method

Definition

[Foundation.Export("shouldInvalidateLayoutForBoundsChange:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ShouldInvalidateLayoutForBoundsChange(CoreGraphics.CGRect newBounds);
[<Foundation.Export("shouldInvalidateLayoutForBoundsChange:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShouldInvalidateLayoutForBoundsChange : CoreGraphics.CGRect -> bool
override this.ShouldInvalidateLayoutForBoundsChange : CoreGraphics.CGRect -> bool

Parameters

newBounds
CGRect

Returns

Attributes

Applies to