public virtual void Draw(CharPixel pixel) { if (Painter != null) { Painter.Draw(pixel); } }
public virtual void Draw(CharPixel pixel) { }