Click or drag to resize

IRibbonManagerImageFromUri Method

Gets an image from a given Uri

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

Parameters

uri  Uri
The Uri of the image

Return Value

BitmapImage
A bitmap image found at the given Uri
See Also