Share via


NSCell.DrawInteriorWithFrame(CGRect, NSView) Method

Definition

[Foundation.Export("drawInteriorWithFrame:inView:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DrawInteriorWithFrame(CoreGraphics.CGRect cellFrame, AppKit.NSView inView);
[<Foundation.Export("drawInteriorWithFrame:inView:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DrawInteriorWithFrame : CoreGraphics.CGRect * AppKit.NSView -> unit
override this.DrawInteriorWithFrame : CoreGraphics.CGRect * AppKit.NSView -> unit

Parameters

cellFrame
CGRect
inView
NSView
Attributes

Applies to