putpixel

这个函数用于画点。

void putpixel(
	int x,
	int y,
	COLORREF color
);

参数

x

点的 x 坐标。

y

点的 y 坐标。

color

点的颜色。

返回值

无

示例

无

(贡献者:慢羊羊)  编辑