NSCollectionView.FrameForItemAtIndex 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.
Overloads
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
Parameters
- index
- System.System.IntPtr System.nativeint
- numberOfItems
- System.System.IntPtr System.nativeint
Returns
- Attributes
Applies to
FrameForItemAtIndex(nint)
[Foundation.Export("frameForItemAtIndex:")]
public virtual CoreGraphics.CGRect FrameForItemAtIndex (nint index);
abstract member FrameForItemAtIndex : nint -> CoreGraphics.CGRect
override this.FrameForItemAtIndex : nint -> CoreGraphics.CGRect
Parameters
- index
- System.System.IntPtr System.nativeint
Returns
- Attributes