public static Icon Combine(
this Icon icon,
Bitmap? image
)<ExtensionAttribute>
Public Shared Function Combine (
icon As Icon,
image As Bitmap
) As Iconpublic:
[ExtensionAttribute]
static Icon^ Combine(
Icon^ icon,
Bitmap^ image
)[<ExtensionAttribute>]
static member Combine :
icon : Icon *
image : Bitmap -> Icon Both icon and image may contain multiple icons.
This overload attempts to reduce the color depth of the added icon image 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.