Fill.h
上传用户:whjcdz88
上传日期:2011-09-07
资源大小:121k
文件大小:0k
源码类别:

图形图象

开发平台:

WINDOWS

  1. #include <windows.h>
  2. #include "resource.h"
  3. struct Edge
  4. {
  5. int yUpper;
  6. float xIntersect , dxPerScan;
  7. Edge* next;
  8. };
  9. LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM) ;
  10. int CALLBACK DialogProc ( HWND , UINT , WPARAM , LPARAM);
  11. void scanFill( int cnt , POINT* pts , HDC hdc , int ylow , int yhigh);