ImageProxyFromFile Method |
Creates an image proxy from a file location.
Namespace: Altaxo.DrawingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static ImageProxy FromFile(
string fullpath
)
Parameters
- fullpath String
- The full file name of the image file.
Return Value
ImageProxyAn image proxy representing the content of the file.
See Also