C
Craig Lucas
Im kind of new to vb.net drawing routines. Im reading a collection of 2d
points from a
proprietary file. These points are simply for drawing lines, I can draw the
lines fine using Graphics.DrawLine, but I need to scale all the lines to fit
a rectangle of a given width and height.
What is the best method to do something like this? Its also important that
the drawing retain proportion within the given rectangle.
Thanks
Craig
points from a
proprietary file. These points are simply for drawing lines, I can draw the
lines fine using Graphics.DrawLine, but I need to scale all the lines to fit
a rectangle of a given width and height.
What is the best method to do something like this? Its also important that
the drawing retain proportion within the given rectangle.
Thanks
Craig