主页->库函数目录->绘制图形相关函数->rectangle 功能: 这个函数用于画空心矩形。 声明: void rectangle( int left, int top, int right, int bottom, PIMAGE pimg = NULL ); 参数: left 矩形左部 x 坐标。 top 矩形上部 y 坐标。 right 矩形右部 x 坐标。 bottom 矩形下部 y 坐标。 返回值: (无) 示例: (无)
void rectangle( int left, int top, int right, int bottom, PIMAGE pimg = NULL );