![]() |
|
IconExtensionsExtractBitmap Method | KGy SOFT Drawing Libraries Help |
Overload List
Name | Description | |
---|---|---|
![]() ![]() |
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.
|
![]() ![]() |
ExtractBitmap(Icon, Size, Boolean) |
Extracts the first image of specified size from an Icon instance.
|
![]() ![]() |
ExtractBitmap(Icon, Int32, Boolean) |
Extracts the image of specified index from an Icon instance.
|
![]() ![]() |
ExtractBitmap(Icon, Size, PixelFormat, Boolean) |
Extracts the image of specified size and pixel format from an Icon instance.
|
See Also