IRibbonManagerImageFromUri Method |
Gets an image from a given Uri
Namespace:
Demo3D.Gui
Assembly:
WpfControls (in WpfControls.dll) Version: 15.0.2.11458
SyntaxBitmapImage ImageFromUri(
Uri uri
)
Parameters
- uri
- Type: SystemUri
The Uri of the image
Return Value
Type:
BitmapImageA bitmap image found at the given Uri
See Also