示例#1
0
 /// <inheritdoc />
 protected override void DrawClientArea(IConsoleGraphics graphics)
 {
     base.DrawClientArea(graphics);
     graphics.FillArea(EffectiveBackgroundColor, EffectiveForegroundColor, progressChar, GetRectangleToFill());
 }
 protected override void DrawClientArea(IConsoleGraphics graphics)
 {
     Monitor.IsEntered(Window.SynchronizationLock).Should().BeTrue();
     base.DrawClientArea(graphics);
     AddCount();
 }
 public void DoDrawBorder(IConsoleGraphics graphics)
 => base.DrawBorder(graphics);
 public void DoDrawClientArea(IConsoleGraphics graphics)
 => base.DrawClientArea(graphics);
 public void DoDrawBackground(IConsoleGraphics graphics)
 => base.DrawBackground(graphics);