Hi
Is it somehow possible to call Graphics.DrawLi ne with List<Point>? Does it
only take Point arrays? If so, how can I (easily) convert my List<Point>
to a Point array[]?
Is it somehow possible to call Graphics.DrawLi ne with List<Point>? Does it
only take Point arrays? If so, how can I (easily) convert my List<Point>
to a Point array[]?
Comment