Table of Contents

Method GetImage

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

GetImage(KnownButton)

Retrieves the SVG image associated with the specified button index.

public static SvgImage? GetImage(KnownButton index)

Parameters

index KnownButton

The button index for which to retrieve the associated SVG image.

Returns

SvgImage

The SvgImage associated with the specified button index, or null if no image is available for the given index.

Remarks

This method returns null if the specified button index does not have an associated image.