IconsCombine(Icon) Method

Combines the provided icons into a multi-resolution Icon instance.

Definition

Namespace: KGySoft.Drawing
Assembly: KGySoft.Drawing (in KGySoft.Drawing.dll) Version: 8.1.0
C#
public static Icon? Combine(
	params Icon[]? icons
)

Parameters

icons  Icon
The icons to be combined.

Return Value

Icon
An Icon instance that contains every image of the source icons.

Remarks

The elements of icons may contain multiple icons.

The result Icon is compatible with Windows XP if the method is executed in a Windows XP environment.

See Also