UICollectionViewLayout.GetInvalidationContextForBoundsChange(CGRect) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a UICollectionViewLayoutInvalidationContext that specifies the portions of the layout that change in response to a change in bounds.
[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
Parameters
- newBounds
- CGRect
Returns
- Attributes