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