public virtual void Draw()
        {
            _nodeView.Draw();

            _connectionPointInPresenter.Draw();
            _connectionPointOutPresenter.Draw();
        }
예제 #2
0
        public virtual void Draw()
        {
            _nodeView.Draw();

            Port.Draw(_nodeView.Rect);
            PortOut.Draw(_nodeView.Rect);

            UpdateNodeData();
        }