主页->库函数目录->绘制图形相关函数->drawlines 功能: 这个函数用于画多条线段。边线颜色由setcolor函数决定 声明: void drawlines( int numliness, const int *polypoints, PIMAGE pimg = NULL ); 参数: numlines 线段数目。 polypoints 每个点的坐标(依次两个分别为x,y),数组元素个数为 numlines * 4。 每两个点画一线段。 返回值: (无) 示例: (无)
void drawlines( int numliness, const int *polypoints, PIMAGE pimg = NULL );