IconExtensionsExtractIcons(Icon, Size, Boolean) Method
Extracts every icon of specified size from an
Icon instance as separated
Icon instances.
Namespace: KGySoft.DrawingAssembly: KGySoft.Drawing (in KGySoft.Drawing.dll) Version: 10.0.0-rc.1
public static Icon?[] ExtractIcons(
this Icon icon,
Size size,
bool forceUncompressedResult
)
<ExtensionAttribute>
Public Shared Function ExtractIcons (
icon As Icon,
size As Size,
forceUncompressedResult As Boolean
) As Icon()
public:
[ExtensionAttribute]
static array<Icon^>^ ExtractIcons(
Icon^ icon,
Size size,
bool forceUncompressedResult
)
[<ExtensionAttribute>]
static member ExtractIcons :
icon : Icon *
size : Size *
forceUncompressedResult : bool -> Icon[]
- icon Icon
- The icon that may contain multiple images.
- size Size
- The required icon size to retrieve.
- forceUncompressedResult Boolean
- to force returning uncompressed icons only;
to allow PNG compression, which is supported by Windows Vista and above.
IconAn array of
Icon instances, which were extracted from the
icon.
On Windows the result never has
elementsIn 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).
On some non-Windows platforms the result may contain elements in place of very large icons.