Instance Method インスタンスメソッド

urlForImageResource(_:)

Returns the location of the specified image resource as an NSURL. 指定された画像リソースの位置をNSURLとして返します。

Declaration 宣言

func urlForImageResource(_ name: NSImage.Name) -> URL?

Parameters パラメータ

name

The name of the image resource file. Including a filename extension is optional. 画像リソースファイルの名前。ファイル名拡張子を含めることは任意です。

Return Value 戻り値

An NSURL for the resource file or nil if the file was not found. リソースファイルに対するNSURL、またはファイルが見つけられなかったならばnil

See Also 参照

Finding Image Resources 画像リソースを見つける