public static Icon? Combine(
params Bitmap[]? images
)Public Shared Function Combine (
ParamArray images As Bitmap()
) As Iconpublic:
static Icon^ Combine(
... array<Bitmap^>^ images
)static member Combine :
images : 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.