MonobjcMonobjc Documented Class Library
SetHardInvalidationForGlyphRange Method (flag, glyphRange)
NamespacesMonobjc.AppKitNSTypesetterSetHardInvalidationForGlyphRange(Boolean, NSRange)

Sets whether to force the layout manager to invalidate the specified portion of the glyph cache when invalidating layout.

Original signature is '- (void)setHardInvalidation:(BOOL)flag forGlyphRange:(NSRange)glyphRange'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetHardInvalidationForGlyphRange(
	bool flag,
	NSRange glyphRange
)
Public Overridable Sub SetHardInvalidationForGlyphRange ( _
	flag As Boolean, _
	glyphRange As NSRange _
)
public:
virtual void SetHardInvalidationForGlyphRange(
	bool flag, 
	NSRange glyphRange
)
Parameters
flag (Boolean)
YES if the layout manager should invalidate the specified portion of the glyph cache, NO otherwise.
glyphRange (NSRange)
The range of glyphs in the cache to be marked for hard invalidation.
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)