MonobjcMonobjc Documented Class Library
InvalidateDisplayForGlyphRange Method (glyphRange)
NamespacesMonobjc.AppKitNSLayoutManagerInvalidateDisplayForGlyphRange(NSRange)

Marks the glyphs in the given glyph range as needing display, as well as the appropriate regions of the NSTextView objects that display those glyphs (using the NSView method setNeedsDisplayInRect:).

Original signature is '- (void)invalidateDisplayForGlyphRange:(NSRange)glyphRange'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void InvalidateDisplayForGlyphRange(
	NSRange glyphRange
)
Public Overridable Sub InvalidateDisplayForGlyphRange ( _
	glyphRange As NSRange _
)
public:
virtual void InvalidateDisplayForGlyphRange(
	NSRange glyphRange
)
Parameters
glyphRange (NSRange)
The range of glyphs to invalidate.
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)