MonobjcMonobjc Documented Class Library
DrawWithFrameInView Method (cellFrame, controlView)
NamespacesMonobjc.AppKitNSCellDrawWithFrameInView(NSRect, NSView)

Draws the receiver’s border and then draws the interior of the cell.

Original signature is '- (void)drawWithFrame:(NSRect)cellFrame inView:(NSView *)controlView'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void DrawWithFrameInView(
	NSRect cellFrame,
	NSView controlView
)
Public Overridable Sub DrawWithFrameInView ( _
	cellFrame As NSRect, _
	controlView As NSView _
)
public:
virtual void DrawWithFrameInView(
	NSRect cellFrame, 
	NSView^ controlView
)
Parameters
cellFrame (NSRect)
The bounding rectangle of the receiver.
controlView (NSView)
The control that manages the cell.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)