Freigeben über


UICollectionViewLayout.GetInvalidationContextForBoundsChange(CGRect) Methode

Definition

Gibt eine UICollectionViewLayoutInvalidationContext zurück, die die Teile des Layouts angibt, die sich als Reaktion auf eine Änderung der Grenzen ändern.

[Foundation.Export("invalidationContextForBoundsChange:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UICollectionViewLayoutInvalidationContext GetInvalidationContextForBoundsChange (CoreGraphics.CGRect newBounds);
abstract member GetInvalidationContextForBoundsChange : CoreGraphics.CGRect -> UIKit.UICollectionViewLayoutInvalidationContext
override this.GetInvalidationContextForBoundsChange : CoreGraphics.CGRect -> UIKit.UICollectionViewLayoutInvalidationContext

Parameter

newBounds
CGRect

Gibt zurück

Attribute

Gilt für: