ImageFromFile Method | |
Gives a image from a graphics file
Namespace:
SOWIWin.Helper
Assembly:
SOWIWin.Helper (in SOWIWin.Helper.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax public static ImageSource FromFile(
string pFileName
)
Public Shared Function FromFile (
pFileName As String
) As ImageSource
Parameters
- pFileName
- Type: SystemString
Graphics file
Return Value
Type:
ImageSourceImage object
See Also