Instance Method
インスタンスメソッド
pathForImageResource:
Returns the location of the specified image resource file.
指定された画像リソースの位置を返します。
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
画像リソースを見つける
- URLForImageResource:
Returns the location of the specified image resource as an NSURL.
指定された画像リソースの位置をNSURLとして返します。
- imageForResource:
Returns an NSImage
instance associated with the specified name, which can be backed by multiple files representing different resolution versions of the image.
指定された名前と関連付けられるNSImage
インスタンスを返します、それはその画像の異なる解像度バージョンを表している複数のファイルによって裏で支えられることができます。
Related Documentation
関連文書
- pathForResource:ofType:
Returns the full pathname for the resource identified by the specified name and file extension.
指定された名前とファイル拡張子によって識別されるリソースに対する完全パス名を返します。