Table of Contents

Method TryLoadImageListFromStrip

Namespace
Alternet.Common
Assembly
Alternet.Common.v9.dll

TryLoadImageListFromStrip(Assembly, string)

Tries to create an ImageList from specified resource.

public static AlphaImageList? TryLoadImageListFromStrip(Assembly assembly, string resourceName)

Parameters

assembly Assembly

Assembly contains specified resource.

resourceName string

Name of resource stores stripped image list.

Returns

AlphaImageList

AlphaImageList contains images from resource.