Table of Contents

Method GetImage

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

GetImage(TKey, bool)

Gets small or large image for the specified index.

public Image? GetImage(TKey index, bool isSmall)

Parameters

index TKey

The index of the image to set.

isSmall bool

The flag specifying whether small or large image is get.

Returns

Image