Click or drag to resize

IRibbonManagerImageFromFile Method

Gets an image from a given file path.

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

Parameters

fileName
Type: SystemString
The file path (including file name) where the image can be found

Return Value

Type: BitmapImage
The bitmap image found
See Also