MonobjcMonobjc Documented Class Library
FillBackgroundRectArrayCountForCharacterRangeColor Method (rectArray, rectCount, charRange, color)
NamespacesMonobjc.AppKitNSLayoutManagerFillBackgroundRectArrayCountForCharacterRangeColor(IntPtr, NSUInteger, NSRange, NSColor)

Fills background rectangles with a color.

Original signature is '- (void)fillBackgroundRectArray:(NSRectArray)rectArray count:(NSUInteger)rectCount forCharacterRange:(NSRange)charRange color:(NSColor *)color'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void FillBackgroundRectArrayCountForCharacterRangeColor(
	IntPtr rectArray,
	NSUInteger rectCount,
	NSRange charRange,
	NSColor color
)
Public Overridable Sub FillBackgroundRectArrayCountForCharacterRangeColor ( _
	rectArray As IntPtr, _
	rectCount As NSUInteger, _
	charRange As NSRange, _
	color As NSColor _
)
public:
virtual void FillBackgroundRectArrayCountForCharacterRangeColor(
	IntPtr rectArray, 
	NSUInteger rectCount, 
	NSRange charRange, 
	NSColor^ color
)
Parameters
rectArray (IntPtr)
The array of rectangles to fill.
rectCount (NSUInteger)
The number of rectangles in rectArray.
charRange (NSRange)
The range of characters whose background rectangles are filled.
color (NSColor)
The fill color.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

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