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++ - error: use of deleted function -

delphi - ESC/P programming! -

Cursor error with postgresql, pgpool and php -