Ejemplo n.º 1
0
        public override void Paint(Graphics g, Point offset, bool alert)
        {
            Point p = this.Position + new Size(offset);

            GatePainter.PaintCubeGenerator(g, BoardEditorPanel.GridSize, p, alert);
        }