C语言, CPoint CenterPoint = rect.CenterPoint();怎么得到CenterPoint的x,y数据?
CPoint类咋定义的啊???
直接int x = CenterPoint.x();就行了吧