MonobjcMonobjc Documented Class Library
DrawBackgroundForGlyphRangeAtPoint Method (glyphsToShow, origin)
NamespacesMonobjc.AppKitNSLayoutManagerDrawBackgroundForGlyphRangeAtPoint(NSRange, NSPoint)

Draws background marks for the given glyph range, which must lie completely within a single text container.

Original signature is '- (void)drawBackgroundForGlyphRange:(NSRange)glyphsToShow atPoint:(NSPoint)origin'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void DrawBackgroundForGlyphRangeAtPoint(
	NSRange glyphsToShow,
	NSPoint origin
)
Public Overridable Sub DrawBackgroundForGlyphRangeAtPoint ( _
	glyphsToShow As NSRange, _
	origin As NSPoint _
)
public:
virtual void DrawBackgroundForGlyphRangeAtPoint(
	NSRange glyphsToShow, 
	NSPoint origin
)
Parameters
glyphsToShow (NSRange)
The range of glyphs for which the background is drawn.
origin (NSPoint)
The position of the text container in the coordinate system of the currently focused view.
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)