IconExtensionsToUncompressedIcon Method

Converts the icon to an uncompressed one.

Definition

Namespace: KGySoft.Drawing
Assembly: KGySoft.Drawing (in KGySoft.Drawing.dll) Version: 8.1.0
C#
public static Icon ToUncompressedIcon(
	this Icon icon
)

Parameters

icon  Icon
The icon to convert.

Return Value

Icon
An Icon instance that contains only uncompressed images.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Icon. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

Remarks

Compressed icons (which contain PNG images) cannot be displayed by the standard ways on Windows XP. Calling this method is supported though in any operating system if there is registered built-in PNG decoder.

See Also