求教图形图像处理高手:如何实现附件-〉画图 中的填充??
如何实现附件-〉画图 中的填充功能?? 怎么判断填充范围? 急! 问题点数:40、回复次数:1Top
1 楼VegetableBird(失败到这个岁数还在当流氓)回复于 2001-03-15 11:42:00 得分 40
From MSDN Libary:
FloodFill
The FloodFill function fills an area of the display surface with the current brush. The area is assumed to be bounded as specified by the crFill parameter.
Note The FloodFill function is included only for compatibility with 16-bit versions of Windows. For Win32-based applications, use the ExtFloodFill function with FLOODFILLBORDER specified.
Top




