Share via


NSCell.DrawWithFrame(CGRect, NSView) Method

Definition

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

Parameters

cellFrame
CGRect
inView
NSView
Attributes

Applies to