STATE_point_get_next_point
Returns the next point use STATE_polygon_get_first_point() to get the first point Example: Go over all the points of a polygon for(DWORD point=STATE_polygon_get_first_point(polygon_handle); point!=NULL ; point=STATE_point_get_next_point(point) ) { }