NSCursor Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
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
Parâmetros
- coder
- NSCoder
- Atributos
Aplica-se a
NSCursor(NSObjectFlag)
protected NSCursor (Foundation.NSObjectFlag t);
new AppKit.NSCursor : Foundation.NSObjectFlag -> AppKit.NSCursor
Parâmetros
Aplica-se a
NSCursor(IntPtr)
protected internal NSCursor (IntPtr handle);
new AppKit.NSCursor : nativeint -> AppKit.NSCursor
Parâmetros
- handle
-
IntPtr
nativeint
Aplica-se a
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
Parâmetros
- newImage
- NSImage
- fg
- NSColor
- bg
- NSColor
- hotSpot
- CGPoint
- Atributos