次の方法で共有


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

戻り値

属性

適用対象