计算啊!!!弄成直接三角形的计算方法,1000米是斜边,计算你的高和宽就行了。double width = 1000 * Math.Cos(30f);//移动的宽度double heg = 1000 * Math.Sin(30f);//移动的高度