コード例 #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);
        }
コード例 #2
0
ファイル: LogicInput.cs プロジェクト: vczh-codeplex/vlpp
        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);
        }