Home All Groups Group Topic Archive Search About

Looking for graphic control to use in .NET

Author
13 Feb 2006 9:29 AM
Simon Friso
Hello,

I'm looking for a graphic control I can use in .NET.
I need the following features:

- drawing shapes
- filling shapes with color, gradient or texture
- drawing splines, arcs and curves
- present the drawings on a graphical map (jpg)

I prefer .NET technology. I know Vector Graphics ActiveX controls but that's
using COM technology.

Who knows a graphic control with specified features above?

Thanx,

Simon

Author
13 Feb 2006 12:21 PM
Christopher Reed
Look at the MSDN documentation and look for the System.Drawing namespace.
This is a good place to start.

Additionally, look at managed DirectX.  You can download the latest version
from the MSDN website.

Also, there is a newsgroup call microsoft.public.dotnet.framework.drawing
that might help you with your quest.
--
Christopher A. Reed
"The oxen are slow, but the earth is patient."

Show quoteHide quote
"Simon Friso" <SimonFr***@discussions.microsoft.com> wrote in message
news:BB794EEE-4638-44E8-AB6F-9EF10BC8383B@microsoft.com...
> Hello,
>
> I'm looking for a graphic control I can use in .NET.
> I need the following features:
>
> - drawing shapes
> - filling shapes with color, gradient or texture
> - drawing splines, arcs and curves
> - present the drawings on a graphical map (jpg)
>
> I prefer .NET technology. I know Vector Graphics ActiveX controls but
> that's
> using COM technology.
>
> Who knows a graphic control with specified features above?
>
> Thanx,
>
> Simon