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