MonobjcMonobjc Documented Class Library
NeedsToDrawRect Method (aRect)
NamespacesMonobjc.AppKitNSViewNeedsToDrawRect(NSRect)

Returns whether the specified rectangle intersects any part of the area that the receiver is being asked to draw.

Original signature is '- (BOOL)needsToDrawRect:(NSRect)aRect'

Available in Mac OS X v10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool NeedsToDrawRect(
	NSRect aRect
)
Public Overridable Function NeedsToDrawRect ( _
	aRect As NSRect _
) As Boolean
public:
virtual bool NeedsToDrawRect(
	NSRect aRect
)
Parameters
aRect (NSRect)
A rectangle defining a region of the receiver.
Return Value

[Missing <returns> documentation for "M:Monobjc.AppKit.NSView.NeedsToDrawRect(Monobjc.Foundation.NSRect)"]

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)