Drawing Lines
-
Hello All, I am wondering if anyone can point me in the right direction. I am trying to draw a line or possibly several lines within a div control using (x1,y1,x2,y2) points. I do not want to use VML or JavaScript, I am hoping for something native to ASP.NET. Thanks in Advance Brandon
-
Hello All, I am wondering if anyone can point me in the right direction. I am trying to draw a line or possibly several lines within a div control using (x1,y1,x2,y2) points. I do not want to use VML or JavaScript, I am hoping for something native to ASP.NET. Thanks in Advance Brandon
You can generate an image on the fly using GDI+ then save that image to the server for display using a normal IMG tag Current blacklist svmilky - Extremely rude | FeRtoll - Rude personal emails | ironstrike1 - Rude & Obnoxious behaviour
-
You can generate an image on the fly using GDI+ then save that image to the server for display using a normal IMG tag Current blacklist svmilky - Extremely rude | FeRtoll - Rude personal emails | ironstrike1 - Rude & Obnoxious behaviour
-
Hello All, I am wondering if anyone can point me in the right direction. I am trying to draw a line or possibly several lines within a div control using (x1,y1,x2,y2) points. I do not want to use VML or JavaScript, I am hoping for something native to ASP.NET. Thanks in Advance Brandon
-
Hello All, I am wondering if anyone can point me in the right direction. I am trying to draw a line or possibly several lines within a div control using (x1,y1,x2,y2) points. I do not want to use VML or JavaScript, I am hoping for something native to ASP.NET. Thanks in Advance Brandon
braber wrote:
I do not want to use VML or JavaScript
Then you're pretty scuppered as I've been finding out!!! There are no functions (AFAIK) that allow you to "draw" to an area of a webform - the only way to do it is to use divs - to draw a vertical line, use a div 1px wide, and 1px tall for a horizontal line...of course the problem arises when you wanna draw a sloped line hehe! SVG an option? "Now I guess I'll sit back and watch people misinterpret what I just said......" Christian Graus At The Soapbox