![]() |
|
Icons Methods | KGy SOFT Drawing Libraries Help |
The Icons type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() |
Combine(Bitmap) |
Combines the provided images into a multi-resolution Icon instance.
|
![]() ![]() |
Combine(Icon) |
Combines the provided icons into a multi-resolution Icon instance.
|
![]() ![]() |
Combine(Bitmap, Color) |
Combines the provided images into a multi-resolution Icon instance.
|
![]() ![]() |
FromExtension |
Gets the system-associated icon of a file extension.
|
![]() ![]() |
FromFile(String) |
Extracts dual-resolution icons from a file and returns them as separated Icon instances.
|
![]() ![]() |
FromFile(String, SystemIconSize) |
Extracts icons of the specified size from a file and returns them as separated Icon instances.
|
![]() ![]() |
GetStockIcon |
Tries to get a system stock icon. When there is no icon defined for provided id,
or Windows version is below Vista, this method returns .
In Windows XP use the predefined property members to retrieve system icons.
|
See Also