fillrectangle

这个函数用于画有边框的填充矩形。

void fillrectangle(
	int left,
	int top,
	int right,
	int bottom
);

参数

left

矩形左部 x 坐标。

top

矩形顶部 y 坐标。

right

矩形右部 x 坐标。

bottom

矩形底部 y 坐标。

返回值

备注

该函数使用当前线形和当前填充样式绘制有外框的填充矩形。

示例

(贡献者:慢羊羊  编辑