Share via


NSTableView.DrawRow(IntPtr, CGRect) Method

Definition

[Foundation.Export("drawRow:clipRect:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DrawRow(IntPtr row, CoreGraphics.CGRect clipRect);
[<Foundation.Export("drawRow:clipRect:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DrawRow : nativeint * CoreGraphics.CGRect -> unit
override this.DrawRow : nativeint * CoreGraphics.CGRect -> unit

Parameters

row
IntPtr

nativeint

clipRect
CGRect
Attributes

Applies to