MonobjcMonobjc Documented Class Library
DisplayIfNeededInRect Method (aRect)
NamespacesMonobjc.AppKitNSViewDisplayIfNeededInRect(NSRect)

Acts as displayIfNeeded, confining drawing to a specified region of the receiver..

Original signature is '- (void)displayIfNeededInRect:(NSRect)aRect'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void DisplayIfNeededInRect(
	NSRect aRect
)
Public Overridable Sub DisplayIfNeededInRect ( _
	aRect As NSRect _
)
public:
virtual void DisplayIfNeededInRect(
	NSRect aRect
)
Parameters
aRect (NSRect)
A rectangle defining the region to be redrawn. It should be specified in the coordinate system of the receiver.
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)