Share via


NSCollectionView.GetFrameForItem Method

Definition

Overloads

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

Applies to