NSColor.FromName Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ü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