Exemplo n.º 1
0
 static public Vector FromPoint(Point p)
 {
     return(Vector.FromPoint(p.X, p.Y));
 }