Click or drag to resize

IResourceServiceRegisterNeutralImages Method

Registers neutral image resources in the resource service.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
void RegisterNeutralImages(
	ResourceManager imageManager,
	string debugInfo
)

Parameters

imageManager  ResourceManager
The resource manager that provides the images.
debugInfo  String
Debug information associated with the registered resource manager.
See Also