Click or drag to resize

ResourceHelperLoadBitmapFromResource Method

Loads a bitmap image from an internal resource path.

Namespace:  Ptv.XServer.Controls.Map.Tools
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public static BitmapImage LoadBitmapFromResource(
	string resourcePath
)

Parameters

resourcePath
Type: SystemString
The path of the resource.

Return Value

Type: BitmapImage
The bitmap image.
See Also