NSCursor Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
NSCursor() | |
NSCursor(NSCoder) | |
NSCursor(NSObjectFlag) | |
NSCursor(IntPtr) | |
NSCursor(NSImage, CGPoint) | |
NSCursor(NSImage, NSColor, NSColor, CGPoint) |
NSCursor()
NSCursor(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSCursor (Foundation.NSCoder coder);
new AppKit.NSCursor : Foundation.NSCoder -> AppKit.NSCursor
Paramètres
- coder
- NSCoder
- Attributs
S’applique à
NSCursor(NSObjectFlag)
protected NSCursor (Foundation.NSObjectFlag t);
new AppKit.NSCursor : Foundation.NSObjectFlag -> AppKit.NSCursor
Paramètres
S’applique à
NSCursor(IntPtr)
protected internal NSCursor (IntPtr handle);
new AppKit.NSCursor : nativeint -> AppKit.NSCursor
Paramètres
- handle
-
IntPtr
nativeint
S’applique à
NSCursor(NSImage, CGPoint)
NSCursor(NSImage, NSColor, NSColor, CGPoint)
[Foundation.Export("initWithImage:foregroundColorHint:backgroundColorHint:hotSpot:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.All, "Color hints are ignored. Use NSCursor (NSImage newImage, CGPoint aPoint) instead.")]
public NSCursor (AppKit.NSImage newImage, AppKit.NSColor fg, AppKit.NSColor bg, CoreGraphics.CGPoint hotSpot);
new AppKit.NSCursor : AppKit.NSImage * AppKit.NSColor * AppKit.NSColor * CoreGraphics.CGPoint -> AppKit.NSCursor
Paramètres
- newImage
- NSImage
- fg
- NSColor
- bg
- NSColor
- hotSpot
- CGPoint
- Attributs