Table of Contents

Method LoadImageListFromStrip

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

LoadImageListFromStrip(Type, string)

Creates an ImageList from specified resource.

public static ImageList LoadImageListFromStrip(Type resourceType, string resourceName)

Parameters

resourceType Type

Type contains specified resource.

resourceName string

Name of resource stores stripped image list.

Returns

ImageList

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

LoadImageListFromStrip(Assembly, string)

Creates an ImageList from specified resource.

public static ImageList LoadImageListFromStrip(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.