Click or drag to resize

ResourceImageProxyFromResource(String) Method

Creates an image proxy for the specified resource key.

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

Parameters

resourceKey  String
The resource key.

Return Value

ImageProxy
An image proxy that resolves the resource on demand.
See Also