Table of Contents

Method CloneAndAutoScaleImageList

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

CloneAndAutoScaleImageList(ImageList)

Creates a scaled copy of the specified System.Windows.Forms.ImageList control.

public static ImageList CloneAndAutoScaleImageList(ImageList images)

Parameters

images ImageList

List of images to scale.

Returns

ImageList

Scaled copy of the given System.Windows.Forms.ImageList.

CloneAndAutoScaleImageList(ImageList, float)

Creates a scaled copy of the specified System.Windows.Forms.ImageList control.

public static ImageList CloneAndAutoScaleImageList(ImageList images, float scaleFrom)

Parameters

images ImageList

List of images to scale.

scaleFrom float

Specifies the scaling factor.

Returns

ImageList

Scaled copy of the given System.Windows.Forms.ImageList.

CloneAndAutoScaleImageList(AlphaImageList)

Creates a scaled copy of the specified Alternet.Common.AlphaImageList control.

public static AlphaImageList CloneAndAutoScaleImageList(AlphaImageList images)

Parameters

images AlphaImageList

List of images to scale.

Returns

AlphaImageList

Scaled copy of the given Alternet.Common.AlphaImageList.

CloneAndAutoScaleImageList(AlphaImageList, float)

Creates a scaled copy of the specified Alternet.Common.AlphaImageList control.

public static AlphaImageList CloneAndAutoScaleImageList(AlphaImageList images, float scaleFrom)

Parameters

images AlphaImageList

List of images to scale.

scaleFrom float

Specifies the scaling factor.

Returns

AlphaImageList

Scaled copy of the given Alternet.Common.AlphaImageList.