Click or drag to resize

ImageProxyFromResource Method

Creates an image proxy from a resource.

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

Parameters

fullpath  String
The resource key.

Return Value

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