MonobjcMonobjc Documented Class Library
NSCursor Constructor
NamespacesMonobjc.AppKitNSCursorNSCursor()()()()
Members
IconMemberDescription
NSCursor(NSImage, NSColor, NSColor, NSPoint)

Initializes the cursor with the specified image and hot spot.

Original signature is '- (id)initWithImage:(NSImage *)newImage foregroundColorHint:(NSColor *)fg backgroundColorHint:(NSColor *)bg hotSpot:(NSPoint)hotSpot'

Available in Mac OS X v10.0 and later.


NSCursor(NSImage, NSPoint)

Initializes a cursor with the given image and hot spot.

Original signature is '- (id)initWithImage:(NSImage *)newImage hotSpot:(NSPoint)aPoint'

Available in Mac OS X v10.0 and later.


NSCursor(NSCoder)

Returns an object initialized from data in a given unarchiver. (required)

Original signature is '- (id)initWithCoder:(NSCoder *)decoder'

Available in Mac OS X v10.0 and later.


NSCursor()()()()
Initializes a new instance of the NSCursor class.

NSCursor(IntPtr)
Initializes a new instance of the NSCursor class.

NSCursor(String, Object, array<Object>[]()[][])
Initializes a new instance of the NSCursor class.

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)