MonobjcMonobjc Documented Class Library
SetNeedsDisplayInRectAvoidAdditionalLayout Method (aRect, flag)
NamespacesMonobjc.AppKitNSTextViewSetNeedsDisplayInRectAvoidAdditionalLayout(NSRect, Boolean)

Marks the receiver as requiring display.

Original signature is '- (void)setNeedsDisplayInRect:(NSRect)aRect avoidAdditionalLayout:(BOOL)flag'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetNeedsDisplayInRectAvoidAdditionalLayout(
	NSRect aRect,
	bool flag
)
Public Overridable Sub SetNeedsDisplayInRectAvoidAdditionalLayout ( _
	aRect As NSRect, _
	flag As Boolean _
)
public:
virtual void SetNeedsDisplayInRectAvoidAdditionalLayout(
	NSRect aRect, 
	bool flag
)
Parameters
aRect (NSRect)
The rectangle in which display is required.
flag (Boolean)
A value of YES causes the receiver to not perform any layout, even if this means that portions of the text view remain empty. Otherwise the receiver performs at least as much layout as needed to display aRect.
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)