Click or drag to resize

ResourceServiceImplGetBitmap Method

Returns a bitmap from the resource database, it handles localization transparent for the user.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public Bitmap? GetBitmap(
	string name
)

Parameters

name  String
The name of the requested bitmap.

Return Value

Bitmap
The bitmap in the (localized) resource database.

Implements

IResourceServiceGetBitmap(String)
Exceptions
ExceptionCondition
ResourceNotFoundException Is thrown when the GlobalResource manager can't find a requested resource.
See Also