Example #1
0
        private void UpdateCurrentShape()
        {
            BaseShape shape = CurrentShape;

            if (shape != null)
            {
                shape.UpdateShapeConfig();
            }
        }