public static Icon? Combine(
IEnumerable<Bitmap>? images
)Public Shared Function Combine (
images As IEnumerable(Of Bitmap)
) As Iconpublic:
static Icon^ Combine(
IEnumerable<Bitmap^>^ images
)static member Combine :
images : IEnumerable<Bitmap> -> Icon The elements of images may contain multiple icons.
This overload attempts to reduce the color depth of the added icon images losslessly if possible. To prevent that, use the Combine(Bitmap, Color) overload instead.
The result Icon is compatible with Windows XP if the method is executed in a Windows XP environment.