IRibbonManagerImageFromFile Method |
Gets an image from a given file path.
Namespace:
Demo3D.Gui
Assembly:
WpfControls (in WpfControls.dll) Version: 15.0.2.11458
SyntaxBitmapImage ImageFromFile(
string fileName
)
Parameters
- fileName
- Type: SystemString
The file path (including file name) where the image can be found
Return Value
Type:
BitmapImageThe bitmap image found
See Also