BOOL Polyline( LPPOINT lpPoints, int nCount );
lpPoints
Points to an array of points to be connected.
nCount
Specifies the number of points in the array. This value must be at least 2.
Draws a set of line segments, connecting the points specified by lpPoints. The lines are drawn from the first point through subsequent points, using the current pen. Unlike LineTo, the Polyline function neither uses nor updates the current position.
TRUE if the function is successful; otherwise FALSE.
CDC::LineTo, CDC::Polygon, ::PolyLine