MonobjcMonobjc Documented Class Library
DrawViewBackgroundInRect Method (rect)
NamespacesMonobjc.AppKitNSTextViewDrawViewBackgroundInRect(NSRect)

Draws the background of the text view.

Original signature is '- (void)drawViewBackgroundInRect:(NSRect)rect'

Available in Mac OS X v10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void DrawViewBackgroundInRect(
	NSRect rect
)
Public Overridable Sub DrawViewBackgroundInRect ( _
	rect As NSRect _
)
public:
virtual void DrawViewBackgroundInRect(
	NSRect rect
)
Parameters
rect (NSRect)
The rectangle in which to draw the background.
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)