Edit

Share via


NSImage.ImageNamed Method

Definition

Overloads

ImageNamed(NSImageName)
ImageNamed(String)

ImageNamed(NSImageName)

public static AppKit.NSImage ImageNamed (AppKit.NSImageName name);
static member ImageNamed : AppKit.NSImageName -> AppKit.NSImage

Parameters

Returns

Applies to

ImageNamed(String)

[Foundation.Export("imageNamed:")]
public static AppKit.NSImage ImageNamed (string name);
static member ImageNamed : string -> AppKit.NSImage

Parameters

name
String

Returns

Attributes

Applies to