system.drawing - how to draw in asp.net(c#)? -


how draw next image labels in rectangles? help:

enter image description here

use different classes in system.drawing namespace.

alternatively, use 1 of many drawing libraries around.


note:

the documentation on msdn gives following warning:

classes within system.drawing namespace not supported use within windows or asp.net service. attempting use these classes within 1 of these application types may produce unexpected problems, such diminished service performance , run-time exceptions. supported alternative, see windows imaging components.

however, , others have done so have not found problems. msdn magazine suggests it...


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -