Click or drag to resize

IIconsConverterConvertIconsGroup Method

Converts the group of icons and stacks them horizontally

Namespace:  CodeStack.SwEx.Common.Base
Assembly:  CodeStack.SwEx.Common (in CodeStack.SwEx.Common.dll) Version: 0.9.9.0 (0.9.9.0)
Syntax
string[] ConvertIconsGroup(
	IIcon[] icons,
	bool highRes
)

Parameters

icons
Type: CodeStack.SwEx.Common.IconsIIcon
List of icons to convert
highRes
Type: SystemBoolean
True to generate high resolution icons

Return Value

Type: String
Full paths to generated icon images
See Also