Share via


NSOutlineView.FrameOfOutlineCellAtRow(IntPtr) Method

Definition

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

Parameters

row
IntPtr

nativeint

Returns

Attributes

Applies to