Share via


NSBundle.PathForImageResource(String) Method

Definition

[Foundation.Export("pathForImageResource:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual string PathForImageResource(string resource);
[<Foundation.Export("pathForImageResource:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member PathForImageResource : string -> string
override this.PathForImageResource : string -> string

Parameters

resource
String

Returns

Attributes

Applies to