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