IconCacheLoadIcon Method |
Name | Description | |
---|---|---|
LoadIcon(Image) |
Load an icon with the hotspot automatically set at the center. Returns the index at which
the icon was stored.
| |
LoadIcon(String) |
Load an icon from a file path and returns the index at which it was stored.
| |
LoadIcon(Image, Int32, Int32) |
Load an icon with the given hotspot parameters. Returns the index at which it was stored.
| |
LoadIcon(String, Int32, Int32) |
Load an icon from the specified file path, with the given hotspot
parameters. Returns the index at which the icon was stored.
|