public static Icon Combine(
this Icon icon,
params Bitmap[]? images
)<ExtensionAttribute>
Public Shared Function Combine (
icon As Icon,
ParamArray images As Bitmap()
) As Iconpublic:
[ExtensionAttribute]
static Icon^ Combine(
Icon^ icon,
... array<Bitmap^>^ images
)[<ExtensionAttribute>]
static member Combine :
icon : Icon *
images : Bitmap[] -> Icon Both icon and 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(Icon, Bitmap, Color) overload instead.
The result Icon is compatible with Windows XP if the method is executed in a Windows XP environment.