Hello,
I'm a newbie to all this .NET stuff...
I create an array of points which I want to use with the DrawLines method
array<Point>^ points;
Now I want to fill the array with points- how do I do this?
Thanks for help
Edit: using Visual c++ 2008