ResourceImageProxyFromResource(String) Method |
Creates an image proxy for the specified resource key.
Namespace: Altaxo.DrawingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static ImageProxy FromResource(
string resourceKey
)
Parameters
- resourceKey String
- The resource key.
Return Value
ImageProxyAn image proxy that resolves the resource on demand.
See Also