다음을 통해 공유


UICollectionViewLayout.GetInvalidationContextForBoundsChange(CGRect) 메서드

정의

경계 변경에 따라 변경되는 레이아웃 부분을 지정하는 UICollectionViewLayoutInvalidationContext를 반환합니다.

[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

매개 변수

newBounds
CGRect

반환

특성

적용 대상