Table of Contents

Method FastLoadImageListFromStrip

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

FastLoadImageListFromStrip(Assembly, string)

Creates or reuses already loaded an AlphaImageList from specified resource.

public static AlphaImageList FastLoadImageListFromStrip(Assembly assembly, string resourceName)

Parameters

assembly Assembly

Assembly contains specified resource.

resourceName string

Name of resource stores stripped image list.

Returns

AlphaImageList

AlphaImageList containing contains images from resource.