MonobjcMonobjc Documented Class Library
EnsureLayoutForGlyphRange Method (glyphRange)
NamespacesMonobjc.AppKitNSLayoutManagerEnsureLayoutForGlyphRange(NSRange)

Forces the receiver to perform layout for the specified glyph range, if it has not already done so.

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

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void EnsureLayoutForGlyphRange(
	NSRange glyphRange
)
Public Overridable Sub EnsureLayoutForGlyphRange ( _
	glyphRange As NSRange _
)
public:
virtual void EnsureLayoutForGlyphRange(
	NSRange glyphRange
)
Parameters
glyphRange (NSRange)
The glyph range for which layout is performed.
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)