| IIconsConverterConvertIcon Method |
Converts icon into the required size and quality and saves it on disk
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[] ConvertIcon(
IIcon icon,
bool highRes
)
Function ConvertIcon (
icon As IIcon,
highRes As Boolean
) As String()
Parameters
- icon
- Type: CodeStack.SwEx.Common.IconsIIcon
Icon to convert - highRes
- Type: SystemBoolean
True to generate high resolution icon
Return Value
Type:
StringPath to generated icons
See Also