Click or drag to resize

ResourceServiceImplGetBitmap Method

[Missing <summary> documentation for "M:Altaxo.Main.Services.ResourceServiceImpl.GetBitmap(System.String)"]


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

Parameters

name  String

[Missing <param name="name"/> documentation for "M:Altaxo.Main.Services.ResourceServiceImpl.GetBitmap(System.String)"]

Return Value

Bitmap

[Missing <returns> documentation for "M:Altaxo.Main.Services.ResourceServiceImpl.GetBitmap(System.String)"]

Implements

IResourceServiceGetBitmap(String)
See Also