IconManagerGetIconPath Method |
Name | Description | |
---|---|---|
GetIconPath(String, String) |
Get the path to the specified icon. If the icon is not already known then the provided
defaultPath is used and cached. If the icon is specified in the Icons feature
then the dimensions may be available. Use the GetIconPath(String, String, Int32, Int32)
overload if dimensions are desired.
| |
GetIconPath(String, String, Int32, Int32) |
Get the path to the specified icon. If the icon is not already known then the provided
defaultPath is used and cached. If the icon is specified in the Icons
feature then the dimensions are also returned if they can be determined. If no dimensions
are available then height and width will be zero.
|