MonobjcMonobjc Documented Class Library
HotSpot Property
NamespacesMonobjc.AppKitNSCursorHotSpot

Returns the position of the cursor's hot spot.

Original signature is '- (NSPoint)hotSpot'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSPoint HotSpot { get; }
Public Overridable ReadOnly Property HotSpot As NSPoint
	Get
public:
virtual property NSPoint HotSpot {
	NSPoint get ();
}
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)