IconExtensionsCombine Method

Overload List

Combine(Icon, IEnumerableBitmap) Combines an Icon instance with the provided images into a multi-resolution Icon instance.
Combine(Icon, IEnumerableIcon) Combines an Icon instance with the provided icons into a multi-resolution Icon instance.
Combine(Icon, Bitmap) Combines an Icon instance with the provided images into a multi-resolution Icon instance.
Combine(Icon, Icon) Combines an Icon instance with the provided icons into a multi-resolution Icon instance.
Combine(Icon, Boolean, IEnumerableBitmap) Combines an Icon instance with the provided images into a multi-resolution Icon instance.
Combine(Icon, Boolean, IEnumerableIcon) Combines an Icon instance with the provided icons into a multi-resolution Icon instance.
Combine(Icon, Boolean, Bitmap) Combines an Icon instance with the provided images into a multi-resolution Icon instance.
Combine(Icon, Boolean, Icon) Combines an Icon instance with the provided icons into a multi-resolution Icon instance.
Combine(Icon, Bitmap, Color) Combines an Icon instance with the provided image into a multi-resolution Icon instance.
Combine(Icon, Bitmap, Color, Boolean) Combines an Icon instance with the provided image into a multi-resolution Icon instance.

See Also