F
fl95149
Unregistered / Unconfirmed
GUEST, unregistred user!
有本匹配Polyline的两个参数 <br>ppt: integer <br> Points to an array of POINT structures. Each structure in the array identifies a point in logical space.<br>cPoints: integer<br> Specifies the number of points in the array. This number must be greater than or equal to two. <br>现打算由Windows.Polyline改为TCanvas.Polygon(const Points: array of TPoint)<br>不知如何把ppt,cPoints两个参数转换为array of TPoint类型。