Click or drag to resize

IconsConverter Class

Utility for converting the different types of icons with an option to scale or generate different sets for high and low resolutions
Inheritance Hierarchy
SystemObject
  CodeStack.SwEx.Common.IconsIconsConverter

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 class IconsConverter : IIconsConverter, 
	IDisposable

The IconsConverter type exposes the following members.

Constructors
Methods
  NameDescription
Public methodConvertIcon
Converts icon into the required size and quality and saves it on disk
Public methodConvertIconsGroup
Converts the group of icons and stacks them horizontally
Public methodDispose
Disposing temp icon files
Public methodStatic memberReplaceColor
Replaces the pixels in the image based on the custom replacer handler
Top
See Also