Freigeben über


NSColor.FromName Methode

Definition

Überlädt

FromName(String)
FromName(String, NSBundle)

FromName(String)

[Foundation.Export("colorNamed:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.All, null)]
public static AppKit.NSColor FromName (string name);
static member FromName : string -> AppKit.NSColor

Parameter

name
String

Gibt zurück

Attribute

Gilt für:

FromName(String, NSBundle)

[Foundation.Export("colorNamed:bundle:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.All, null)]
public static AppKit.NSColor FromName (string name, Foundation.NSBundle bundle);
static member FromName : string * Foundation.NSBundle -> AppKit.NSColor

Parameter

name
String
bundle
NSBundle

Gibt zurück

Attribute

Gilt für: