public override void Paint(Graphics g, Point offset, bool alert) { Point p = this.Position + new Size(offset); GatePainter.PaintCubeGenerator(g, BoardEditorPanel.GridSize, p, alert); }
public override void Paint(Graphics g, Point offset, bool alert) { Point p = this.Position + new Size(offset); GatePainter.PaintInput(g, BoardEditorPanel.GridSize, p, this.InputValue, alert); }