Ejemplo n.º 1
0
        static void Main(string[] args)
        {
            var p = new Point(10, 0);

            Console.WriteLine(p.Add(new Point(1, 1)).Multiply(new Point(1, 2)));
        }
Ejemplo n.º 2
0
 private void resetPoints()
 {
     StartPoint = new Point((int)timemark.Time, Global.Lyric_Y);
     EndPoint   = StartPoint.Add(fixedSize);
 }