/// <summary> /// The icon for this hull. /// </summary> public Image GetIcon(string shipsetPath) { if (shipsetPath == null) { return(null); } return(Pictures.GetIcon(this, shipsetPath)); }