Click or drag to resize

ResourceServiceImplRegisterNeutralImages(String, ResourceManager, String) Method

Registers neutral image resources with an explicit base resource name.

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

Parameters

baseResourceName  String
The base resource name used as prefix.
imageManager  ResourceManager
The resource manager that provides the images.
debugInfo  String
Debug information describing the resource source.
See Also