Share via


NSTableView.RectForRow(IntPtr) Method

Definition

[Foundation.Export("rectOfRow:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreGraphics.CGRect RectForRow(IntPtr row);
[<Foundation.Export("rectOfRow:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member RectForRow : nativeint -> CoreGraphics.CGRect
override this.RectForRow : nativeint -> CoreGraphics.CGRect

Parameters

row
IntPtr

nativeint

Returns

Attributes

Applies to