IconExtensionsExtractIcons(Icon) Method
Extracts every icon from an
Icon instance as separated
Icon instances.
Namespace: KGySoft.DrawingAssembly: KGySoft.Drawing (in KGySoft.Drawing.dll) Version: 7.1.0
public static Icon?[] ExtractIcons(
this Icon icon
)
<ExtensionAttribute>
Public Shared Function ExtractIcons (
icon As Icon
) As Icon()
public:
[ExtensionAttribute]
static array<Icon^>^ ExtractIcons(
Icon^ icon
)
[<ExtensionAttribute>]
static member ExtractIcons :
icon : Icon -> Icon[]
- icon Icon
- The icon that may contain multiple images.
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).
The result Icon instances are compatible with Windows XP if the method is executed in a Windows XP environment.
On some non-Windows platforms the result may contain elements in place of very large icons.