NSCollectionView.FrameForItemAtIndex メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
FrameForItemAtIndex(nint, nint) | |
FrameForItemAtIndex(nint) |
FrameForItemAtIndex(nint, nint)
[Foundation.Export("frameForItemAtIndex:withNumberOfItems:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 7, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual CoreGraphics.CGRect FrameForItemAtIndex (nint index, nint numberOfItems);
abstract member FrameForItemAtIndex : nint * nint -> CoreGraphics.CGRect
override this.FrameForItemAtIndex : nint * nint -> CoreGraphics.CGRect
パラメーター
- index
- System.System.IntPtr System.nativeint
- numberOfItems
- System.System.IntPtr System.nativeint
戻り値
- 属性
適用対象
FrameForItemAtIndex(nint)
[Foundation.Export("frameForItemAtIndex:")]
public virtual CoreGraphics.CGRect FrameForItemAtIndex (nint index);
abstract member FrameForItemAtIndex : nint -> CoreGraphics.CGRect
override this.FrameForItemAtIndex : nint -> CoreGraphics.CGRect
パラメーター
- index
- System.System.IntPtr System.nativeint
戻り値
- 属性