public override void BlitToScreen(Surface destinationSurface) { if (this.Parent == null) { border.BlitToScreen(destinationSurface); } base.BlitToScreen(destinationSurface); }