net9.0-macos
namespace AppKit
{
    [Register("NSCursor", true)]
    [SupportedOSPlatform("maccatalyst")]
    [SupportedOSPlatform("macos")]
    public class NSCursor : NSObject, INSCoding, INSSecureCoding, INativeObject, IDisposable
    {
        [BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
        [Export("initWithImage:foregroundColorHint:backgroundColorHint:hotSpot:")]
        [ObsoletedOSPlatform("macos10.12", "Color hints are ignored. Use NSCursor (NSImage newImage, CGPoint aPoint) instead.")]
        [SupportedOSPlatform("macos")]
        [UnsupportedOSPlatform("maccatalyst")]
        public NSCursor(NSImage! newImage, NSColor! fg, NSColor! bg, CGPoint hotSpot);
    }
}
nuget.org
0.0 %
Reference this API
Assembly Microsoft.macOS , Version=14.0.0.0, PublicKeyToken=84e04ff9cfb79065
.NET 6.0-macos7.0-macos8.0-macos9.0-macos
OS Platforms

For the selected framework this API is only supported on the following OS platforms:

  • Mac Catalyst
  • macOS
  • Built-in API
  • Package-provided API

04/27/2024
An error has occurred. This application may no longer respond until reloaded. Reload 🗙