UIKit.UIImage.FromBundle Method
Loads an image relative to the application bundle, and caches its result.

Syntax

[Foundation.Export("imageNamed:")]
public static UIImage FromBundle (string name)

Parameters

name
Loads an image from the bundle with the specified path name.

Returns

Remarks

The underlying UIKit implementation keeps a cache of all images requested. If you do not want UIKit to keep a cache, use FromFile or FromFileUncached.

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0