for example, a simple rectangular coordinates.

Re: how to draw plots in vc ? by John

John
Sun Sep 24 00:53:13 CDT 2006

"asdf" <likemursili@gmail.com> wrote in message
news:1159076193.534640.24240@h48g2000cwc.googlegroups.com
> for example, a simple rectangular coordinates.

See MoveToEx and LineTo.

--
John Carson



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]