Re: how to draw plots in vc ? by Scott
Scott
Sun Sep 24 09:17:15 CDT 2006
John Carson wrote:
>>for example, a simple rectangular coordinates.
>
>
> See MoveToEx and LineTo.
>
Or pass the entire array of points to Polyline. It will draw connected
lines in whatever color pen has been selected (with SelectObject).
--
Scott McPhillips [VC++ MVP]