MonobjcMonobjc Documented Class Library
InvalidateCursorRectsForView Method (view)
NamespacesMonobjc.AppKitNSWindowInvalidateCursorRectsForView(NSView)

Marks as invalid the cursor rectangles of a given NSView object in the window’s view hierarchy, so they’ll be set up again when the window becomes key (or immediately if the window is key).

Original signature is '- (void)invalidateCursorRectsForView:(NSView *)view'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void InvalidateCursorRectsForView(
	NSView view
)
Public Overridable Sub InvalidateCursorRectsForView ( _
	view As NSView _
)
public:
virtual void InvalidateCursorRectsForView(
	NSView^ view
)
Parameters
view (NSView)
The view in the window’s view hierarchy.
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)