NAME

META_CHORD

NEAREST API CALL

#include <windows.h>
BOOL32 Chord
(
	HDC32 hdc,
	INT32 left,
	INT32 top,
	INT32 right,
	INT32 bottom,
	INT32 xstart,
	INT32 ystart,
	INT32 xend,
	INT32 yend
);

DESCRIPTION

The exact same as an arc, only the arc is closed, and may be filled with a brush.

back