MonobjcMonobjc Documented Class Library
EnsureLayoutForBoundingRectInTextContainer Method (bounds, container)
NamespacesMonobjc.AppKitNSLayoutManagerEnsureLayoutForBoundingRectInTextContainer(NSRect, NSTextContainer)

Forces the receiver to perform layout for the specified area in the specified text container, if it has not already done so.

Original signature is '- (void)ensureLayoutForBoundingRect:(NSRect)bounds inTextContainer:(NSTextContainer *)container'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void EnsureLayoutForBoundingRectInTextContainer(
	NSRect bounds,
	NSTextContainer container
)
Public Overridable Sub EnsureLayoutForBoundingRectInTextContainer ( _
	bounds As NSRect, _
	container As NSTextContainer _
)
public:
virtual void EnsureLayoutForBoundingRectInTextContainer(
	NSRect bounds, 
	NSTextContainer^ container
)
Parameters
bounds (NSRect)
The area for which layout is performed.
container (NSTextContainer)
The text container containing the area 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)