void MoveShape(int shape, int nxOffset, int nyOffset)
功能:移动图形
Shape:图形ID
NxOffset:X轴的偏移量
nyOffset:Y轴的偏移量
返回值:无