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