Table of Contents

Method LoadImageListFromStrip

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

LoadImageListFromStrip(Assembly, string)

Creates an ImageList from specified resource.

public static AlphaImageList LoadImageListFromStrip(Assembly assembly, string resourceName)

Parameters

assembly Assembly

Assembly contains specified resource.

resourceName string

Name of resource stores stripped image list.

Returns

AlphaImageList

AlphaImageList containing images from resource.

LoadImageListFromStrip(Type, string)

Creates an AlphaImageList from specified resource.

public static AlphaImageList LoadImageListFromStrip(Type resourceType, string resourceName)

Parameters

resourceType Type

Type contains specified resource.

resourceName string

Name of resource stores stripped image list.

Returns

AlphaImageList

AlphaImageList containing contains images from resource.