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

pathForImageResource(_:)

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

Declaration 宣言

func pathForImageResource(_ name: NSImage.Name) -> String?

Parameters パラメータ

name

The name of the image resource file, without any pathname information. Including a filename extension is optional. 画像リソースファイルの名前、まったくパス名情報なしで。ファイル名拡張子を含めることは任意です。

Return Value 戻り値

The absolute pathname of the resource file or nil if the file is not found. リソースファイルの絶対パス名、またはファイルが見つけられないならばnil

Discussion 議論

Image resources are those files in the bundle that are recognized by the NSImage class, including those that can be converted using the Image IO framework. 画像リソースは、Image IOフレームワークを使って変換されるようなものを含む、NSImageクラスによって認識されるような種類の、バンドルの中のファイルです。

See Also 参照

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

Related Documentation 関連文書