Click or drag to resize

IconManagerGetIconPath Method

Overload List
  NameDescription
Public methodGetIconPath(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.
Public methodGetIconPath(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.
Top
See Also