Click or drag to resize

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
)

Parameters

icon
Type: CodeStack.SwEx.Common.IconsIIcon
Icon to convert
highRes
Type: SystemBoolean
True to generate high resolution icon

Return Value

Type: String
Path to generated icons
See Also