Click or drag to resize

IconsConverterConvertIconsGroup Method

Converts the group of icons and stacks them horizontally

Namespace:  CodeStack.SwEx.Common.Icons
Assembly:  CodeStack.SwEx.Common (in CodeStack.SwEx.Common.dll) Version: 0.9.9.0 (0.9.9.0)
Syntax
public 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

Implements

IIconsConverterConvertIconsGroup(IIcon, Boolean)
See Also