MonobjcMonobjc Documented Class Library
TextContainerChangedGeometry Method (aTextContainer)
NamespacesMonobjc.AppKitNSLayoutManagerTextContainerChangedGeometry(NSTextContainer)

Invalidates the layout information, and possibly glyphs, for the given text container and all subsequent NSTextContainer objects.

Original signature is '- (void)textContainerChangedGeometry:(NSTextContainer *)aTextContainer'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void TextContainerChangedGeometry(
	NSTextContainer aTextContainer
)
Public Overridable Sub TextContainerChangedGeometry ( _
	aTextContainer As NSTextContainer _
)
public:
virtual void TextContainerChangedGeometry(
	NSTextContainer^ aTextContainer
)
Parameters
aTextContainer (NSTextContainer)
The text container whose layout is invalidated.
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)