- #include <windows.h>
- #include "resource.h"
- struct Edge
- {
- int yUpper;
- float xIntersect , dxPerScan;
- Edge* next;
- };
- LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM) ;
- int CALLBACK DialogProc ( HWND , UINT , WPARAM , LPARAM);
- void scanFill( int cnt , POINT* pts , HDC hdc , int ylow , int yhigh);
English
