Table of Contents

Method FastLoadImageListFromStrip

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

FastLoadImageListFromStrip(Assembly, string)

Creates or loads existing ImageList from specified resource.

public static ImageList FastLoadImageListFromStrip(Assembly assembly, string resourceName)

Parameters

assembly Assembly

Assembly contains specified resource.

resourceName string

Name of resource stores stripped image list.

Returns

ImageList

System.Windows.Forms.ImageList contains images from resource.