Matrix myMatrix = new Matrix(1,0,0,-1,0,0); g.Transform = myMatrix; g.TranslateTransform(X, Y);//画图前发这个,移动到X,Y位置