Draw rectangle wit开发者_开发问答h dashed border in flex ?There is no built-in method for this in the drawing API unfortunately. You can Google for some workarounds like this one:
My current code allows me to draw rectangles from a user defined spot but not in the way in whihc i desire. I need it to be like you would do it in paint, here is my current code:
I want to draw a table in my print output using the System.Drawing.Printing\'s Graphics object. I\'m trying to use the DrawRectangle to draw my table cells. This requires drawing several rectangles in
I want to draw a rectangle on a form in C#. I read and found this article. Are there any samples or tutorials a开发者_高级运维vailable ? The article was not very helpful.The article you linked appears
In my tool I use a a panel to change pages.Each page has it\'s own panel and when I change a page I send the panel with the controls.On the panel I use as the canvas I have the following paint event: