IconExtensions.ExtractBitmap Method

KGy SOFT Drawing Libraries

IconExtensionsExtractBitmap Method KGy SOFT Drawing Libraries Help
Overload List

  Name Description
Public method Static member ExtractBitmap(Icon, Boolean)
Extracts the first image from an Icon instance. If the icon has only one image consider to use ToAlphaBitmap, which is faster.
Public method Static member ExtractBitmap(Icon, Size, Boolean)
Extracts the first image of specified size from an Icon instance.
Public method Static member ExtractBitmap(Icon, Int32, Boolean)
Extracts the image of specified index from an Icon instance.
Public method Static member ExtractBitmap(Icon, Size, PixelFormat, Boolean)
Extracts the image of specified size and pixel format from an Icon instance.
Top
See Also

Reference