Beispiel #1
0
 public void WriteOnBoard(string text, double x, double y, double width, double height, dotPosition dotPosition)
 {
     _steps.Add(new Step()
     {
         Text        = text,
         X           = x,
         Y           = y,
         Width       = width,
         Height      = height,
         DotPosition = dotPosition
     });
 }
Beispiel #2
0
        public void WriteOnBoard(string text, double x, double y, double width, double height, dotPosition dotPosition)
        {
            _steps.Add(new Step() { 
                Text = text,
                X = x,
                Y = y,
                Width = width,
                Height = height,
                DotPosition = dotPosition
            });

            
        }