IconExtensionsExtractIcon Method

Overload List

ExtractIcon(Icon, Size) Extracts the first icon of specified size from an Icon instance. Unless the Icon constructors, this method works as expected.
ExtractIcon(Icon, Int32) Extracts the icon of specified index from an Icon instance.
ExtractIcon(Icon, Size, Boolean) Extracts the first icon of specified size from an Icon instance. Unless the Icon constructors, this method works as expected.
ExtractIcon(Icon, Size, PixelFormat) Extracts the icon of specified size and pixel format from an Icon instance. Unless the Icon constructors, this method works as expected.
ExtractIcon(Icon, Int32, Boolean) Extracts the icon of specified index from an Icon instance.
ExtractIcon(Icon, Size, PixelFormat, Boolean) Extracts the icon of specified size and pixel format from an Icon instance. Unless the Icon constructors, this method works as expected.

See Also