绘点。
语法: int imagesetpixel(int im, int x, int y, int col);
传回值: 整数
函式种类: 图形处理
本函式可在图片上绘出一点。参数 x、y 为欲绘点的坐标,参数 col 表示该点的颜色。