Icons.Combine Method (Bitmap[])

KGy SOFT Drawing Libraries

IconsCombine Method (Bitmap) KGy SOFT Drawing Libraries Help
Combines the provided images into a multi-resolution Icon instance.

Namespace: KGySoft.Drawing
Assembly: KGySoft.Drawing (in KGySoft.Drawing.dll) Version: 4.6.0
Syntax

public static Icon Combine(
	params Bitmap[] images
)
Public Shared Function Combine ( 
	ParamArray images As Bitmap()
) As Icon
public:
static Icon^ Combine(
	... array<Bitmap^>^ images
)
static member Combine : 
        images : Bitmap[] -> Icon 

Parameters

images
Type: System.DrawingBitmap
The images to be added to the result icon. Images can be non-squared ones. Transparency is determined automatically by image format.

Return Value

Type: Icon
An Icon instance that contains every image of the source images.
See Also

Reference