Click or drag to resize

IRibbonManagerImageFromUri Method

Gets an image from a given Uri

Namespace:  Demo3D.Gui
Assembly:  WpfControls (in WpfControls.dll) Version: 15.0.2.11458
Syntax
C#
BitmapImage ImageFromUri(
	Uri uri
)

Parameters

uri
Type: SystemUri
The Uri of the image

Return Value

Type: BitmapImage
A bitmap image found at the given Uri
See Also