Whole document tree
    

Whole document tree

META_POLYGON

NAME

META_POLYGON

NEAREST API CALL

#include <windows.h>
BOOL32 Polygon
(
	HDC32 hdc,
	const POINT32 *pt,
	INT32 count
);

DESCRIPTION

U16 array noValue
0 no of points
1 each odd until the end x of the point
2 each even until the end y of the point
Polygon, is a list of points, for filled polygons SetPolyFillMode affects how the polygon is filled.

back