IconsCombine Method (Icon) | KGy SOFT Drawing Libraries Help |
Combines the provided icons into a multi-resolution Icon instance.
Namespace: KGySoft.Drawing
Assembly: KGySoft.Drawing (in KGySoft.Drawing.dll) Version: 4.6.1
Syntax
public static Icon Combine( params Icon[] icons )
Public Shared Function Combine ( ParamArray icons As Icon() ) As Icon
public: static Icon^ Combine( ... array<Icon^>^ icons )
static member Combine : icons : Icon[] -> Icon
Parameters
- icons
- Type: System.DrawingIcon
The icons to be combined.
Return Value
Type: IconAn Icon instance that contains every image of the source icons.
Remarks
See Also