| 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
)
Function ConvertIconsGroup (
icons As IIcon(),
highRes As Boolean
) As String()
Parameters
- icons
- Type: CodeStack.SwEx.Common.IconsIIcon
List of icons to convert - highRes
- Type: SystemBoolean
True to generate high resolution icons
Return Value
Type:
StringFull paths to generated icon images
See Also