private static ITexture CreateBackground(IFrame parent) { var texture = parent.CreateTexture(); texture.SetAllPoints(parent); return(texture); }