How to work with graphics in ASP.NET?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • MilanB

    How to work with graphics in ASP.NET?

    Hello

    I want to make some browser application, where user can draw lines, circles
    and others shapes. (Like small corel draw). How to do this in asp.net?
    Should I use javascript or which is the best way to do this, but without
    using ActiveX or Windows Controls?

    Thanks
  • willow

    #2
    Re: How to work with graphics in ASP.NET?

    hi,MilanB
    firstly,you have to import NameSpace:Syste m.Drawing,usual ly,The Page behind
    code have imported this NameSpace.
    and you can use Graphics class .

    "MilanB" <MilanB@discuss ions.microsoft. com> wrote in message
    news:F4A85667-569D-48FE-8D09-3DB4C738AED9@mi crosoft.com...[color=blue]
    > Hello
    >
    > I want to make some browser application, where user can draw lines,[/color]
    circles[color=blue]
    > and others shapes. (Like small corel draw). How to do this in asp.net?
    > Should I use javascript or which is the best way to do this, but without
    > using ActiveX or Windows Controls?
    >
    > Thanks[/color]


    Comment

    Working...