Table of Contents

Method GetSvgImage

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

GetSvgImage(TKey)

Retrieves the SvgImage associated with the specified key.

public virtual SvgImage? GetSvgImage(TKey index)

Parameters

index TKey

The key used to locate the SvgImage. Must not be null.

Returns

SvgImage

The SvgImage associated with the specified key, or null if the key does not exist.