Click or drag to resize

ImageProxyFromFile Method

Creates an image proxy from a file location.

Namespace: Altaxo.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static ImageProxy FromFile(
	string fullpath
)

Parameters

fullpath  String
The full file name of the image file.

Return Value

ImageProxy
An image proxy representing the content of the file.
See Also