|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Looking for graphic controls to use in .NETHello,
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 Do you want to design these shapes visually or using code? If it's the
latter everything you could possibly ever want or hope for is in the System.Drawing namespace. If it's the former... I'm not sure about "pure .NET" controls, but you can always embed (I would think) PowerPoint, Visio, or even Microsoft Draw objects via OLE/COM (and even manipulate them programmatically if you so wished). There might be more developer-specialized visual solutions. I dunno. Show quoteHide quote "Simon Friso" <SimonFr***@discussions.microsoft.com> wrote in message news:EC4F6BB0-3A2B-4B55-B0CD-E368472F5EBE@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 Thanks.
I want to use code to calculate the shape and then present in on the screen. Ã go looking in the system.drawing namespace Show quoteHide quote "CMM" wrote: > Do you want to design these shapes visually or using code? If it's the > latter everything you could possibly ever want or hope for is in the > System.Drawing namespace. > > If it's the former... I'm not sure about "pure .NET" controls, but you can > always embed (I would think) PowerPoint, Visio, or even Microsoft Draw > objects via OLE/COM (and even manipulate them programmatically if you so > wished). There might be more developer-specialized visual solutions. I > dunno. > > -- > -C. Moya > www.cmoya.com > "Simon Friso" <SimonFr***@discussions.microsoft.com> wrote in message > news:EC4F6BB0-3A2B-4B55-B0CD-E368472F5EBE@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 > > > "Simon Friso" <SimonFr***@discussions.microsoft.com> schrieb: Check out the 'System.Drawing' namespace and its subnamespaces such as > 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. 'System.Drawing.Drawing2D'. -- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://classicvb.org/petition/> Another good site to check out if you're going to using system.drawing is
http://www.bobpowell.net/ Hope this helps Greetz Peter -- Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. (Rich Cook) MetaDraw .NET Winforms should meet your needs
except for Splines ( but we do support Beziers ) MetaDraw supports Drawing by code or you can enable end-user drawing In addition to basic drawing, MetaDraw supports Selection, Moving / Resizing drawn shapes, Zoom, Scroll, UnDo / ReDo, tagging of drawn shapes with hidden data, and much more Check it out at www.Bennet-Tec.com/BTProducts/MetaDraw/MetaDraw.htm * * Please include a copy of this message with your reply Jeff Bennett Jeff @ Bennet-Tec.Com * Bennet-Tec Information Systems, Inc * 50 Jericho Tpk, Jericho, NY 11753 * Phone 516 997 5596, Fax - 5597 * RELIABLE Components Make You Look Sharp! * TList/Pro * ALLText HT/Pro * MetaDraw * * Custom Software Development Services Too. * WWW.Bennet-Tec.Com =================== =================== Show quoteHide quote "Simon Friso" wrote: > 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
Local Machine policy exceptions
VB.NET or C#.NET ??? reading text files datagrid entry with no db components control disable byref and byvalue Open a text file and into an array ?? Must I change the property in 26 projects or is there a soultion level way of doing it Usual Databinding Question - UNusual Requirements Best way to display 4 rows / 4 columns |
|||||||||||||||||||||||