MonobjcMonobjc Documented Class Library
DrawInteriorWithFrameInView Method (cellFrame, controlView)
NamespacesMonobjc.AppKitNSCellDrawInteriorWithFrameInView(NSRect, NSView)

Draws the interior portion of the receiver, which includes the image or text portion but does not include the border.

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

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void DrawInteriorWithFrameInView(
	NSRect cellFrame,
	NSView controlView
)
Public Overridable Sub DrawInteriorWithFrameInView ( _
	cellFrame As NSRect, _
	controlView As NSView _
)
public:
virtual void DrawInteriorWithFrameInView(
	NSRect cellFrame, 
	NSView^ controlView
)
Parameters
cellFrame (NSRect)
The bounding rectangle of the receiver, or a portion of the bounding rectangle.
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)