/// <summary> /// Draw the element image on the cell. /// </summary> internal void DrawCellImage(Graphics g, Point point, ElementBase element) { g.DrawImage(element.GetImage(OTCContext.Project.Theme, this.DesignMode), point); }