ImageProxyFromResource Method |
Creates an image proxy from a resource.
Namespace: Altaxo.DrawingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static ImageProxy FromResource(
string fullpath
)
Parameters
- fullpath String
- The resource key.
Return Value
ImageProxyAn image proxy representing the content of the resource.
See Also