다음을 통해 공유


NSCollectionView.FrameForItemAtIndex 메서드

정의

오버로드

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

반환

특성

적용 대상