Method CloneAndAutoScaleImageList
CloneAndAutoScaleImageList(ImageList)
Creates a scaled copy of the specified System.Windows.Forms.ImageList control.
public static ImageList CloneAndAutoScaleImageList(ImageList images)
Parameters
images
ImageListList 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
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
AlphaImageListList 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
AlphaImageListList of images to scale.
scaleFrom
floatSpecifies the scaling factor.
Returns
- AlphaImageList
Scaled copy of the given Alternet.Common.AlphaImageList.