Click or drag to resize

ResourceImageProxyFromResource(String, String) Method

Creates an image proxy for the specified resource key using a custom display name.

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

Parameters

name  String
The display name.
resourceKey  String
The resource key.

Return Value

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