Resources.getIcon

  1. Icon getIcon(int id, bool defaultSize = true)
  2. Icon getIcon(Dstring name, bool defaultSize = true)
  3. Icon getIcon(int id, int width, int height)
    class Resources
    final
    getIcon
    (
    int id
    ,
    int width
    ,
    int height
    )
    in { assert (id >= WORD.min && id <= WORD.max); }
  4. Icon getIcon(Dstring name, int width, int height)

Meta