NSCollectionView.GetFrameForItem 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
| Name | Description |
|---|---|
| GetFrameForItem(IntPtr) | |
| GetFrameForItem(IntPtr, IntPtr) |
GetFrameForItem(IntPtr)
[Foundation.Export("frameForItemAtIndex:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreGraphics.CGRect GetFrameForItem(IntPtr index);
[<Foundation.Export("frameForItemAtIndex:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetFrameForItem : nativeint -> CoreGraphics.CGRect
override this.GetFrameForItem : nativeint -> CoreGraphics.CGRect
Parameters
- index
-
IntPtr
nativeint
Returns
- Attributes
Applies to
GetFrameForItem(IntPtr, IntPtr)
[Foundation.Export("frameForItemAtIndex:withNumberOfItems:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreGraphics.CGRect GetFrameForItem(IntPtr index, IntPtr numberOfItems);
[<Foundation.Export("frameForItemAtIndex:withNumberOfItems:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetFrameForItem : nativeint * nativeint -> CoreGraphics.CGRect
override this.GetFrameForItem : nativeint * nativeint -> CoreGraphics.CGRect
Parameters
- index
-
IntPtr
nativeint
- numberOfItems
-
IntPtr
nativeint
Returns
- Attributes