public override byte[] Print()
 {
     return(ScreenWidth.GetBytes().Concatenate(ScreenHeight.GetBytes(),
                                               ScreenAndColorMapInfo.Print(), BackgroundColor.GetBytes(), AspectRatio.GetBytes()));
 }