MonobjcMonobjc Documented Class Library
RemoveCursorRectCursor Method (aRect, aCursor)
NamespacesMonobjc.AppKitNSViewRemoveCursorRectCursor(NSRect, NSCursor)

Completely removes a cursor rectangle from the receiver.

Original signature is '- (void)removeCursorRect:(NSRect)aRect cursor:(NSCursor *)aCursor'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void RemoveCursorRectCursor(
	NSRect aRect,
	NSCursor aCursor
)
Public Overridable Sub RemoveCursorRectCursor ( _
	aRect As NSRect, _
	aCursor As NSCursor _
)
public:
virtual void RemoveCursorRectCursor(
	NSRect aRect, 
	NSCursor^ aCursor
)
Parameters
aRect (NSRect)
A rectangle defining a region of the receiver. Must match a value previously specified using addCursorRect:cursor:.
aCursor (NSCursor)
An object representing a cursor. Must match a value previously specified using addCursorRect:cursor:.
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)