Click or drag to resize

MemoryStreamImageProxyFromFile Method

Creates a MemoryStreamImageProxy from a file.

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

Parameters

fullpath  String
The full file path.

Return Value

MemoryStreamImageProxy
A memory-backed image proxy.
See Also