NAME
META_LINETO
NEAREST API CALL
#include <windows.h>
BOOL32 LineTo
(
HDC32 hdc,
INT32 x,
INT32 y
);
DESCRIPTION
LineTo draws a line from the current position to the specified position (in logical units).
The current position is set with MoveTo (and some others ?)
back