Click or drag to resize

IRibbonManagerImageFromFile Method

Gets an image from a given file path.

Namespace: Demo3D.Gui
Assembly: WpfControls (in WpfControls.dll) Version: 19.01.00
Syntax
C#
BitmapImage ImageFromFile(
	string fileName
)

Parameters

fileName  String
The file path (including file name) where the image can be found

Return Value

BitmapImage
The bitmap image found
See Also