DRAWING A LINE???
-
I have read through a few a\rticles and tried a few examples with no luck. All I need is simply to draw a line.. I have 2 XY values and just need a line draw from one point to the other across the internet in a browser??? ANY HELP ASAP please? (GDI+)?????? this is me
-
I have read through a few a\rticles and tried a few examples with no luck. All I need is simply to draw a line.. I have 2 XY values and just need a line draw from one point to the other across the internet in a browser??? ANY HELP ASAP please? (GDI+)?????? this is me
Hi there, IMO, you basically get through two steps: + Draw a line in an image object using the classes in the
System.Drawing
namespace. + Display the image in the web page: use the img element to display a static image or directly send the image data to the OutputStream of the Response object. For more information, you can read Scott's great article[^].