Well, your example could certainly be done using System.Drawing, but that would be using GDI+. If, however, you need to use DirectX, there is SlimDX, at http://slimdx.mdxinfo.com/
Daniel On 23 Okt, 14:38, CK <[EMAIL PROTECTED]> wrote: > Look in the System.Drawing namespace > > On 23 Oct, 05:36, dABI <[EMAIL PROTECTED]> wrote: > > > Hi everyone, I'm looking for OO lightweight wrapper over DirectX SDK. > > Something like this: > > > DXDrawer drawer = new DXDrawer(640, 480, Color.Black); > > drawer.drawLine(new Vector3(100,299,388), new Vector3(45,29,88), > > Color.White); > > e.t.c. > > > Anybody can suggest something like that? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/DotNetDevelopment You may subscribe to group Feeds using a RSS Feed Reader to stay upto date using following url <a href="http://feeds.feedburner.com/DotNetDevelopment"> http://feeds.feedburner.com/DotNetDevelopment</a> -~----------~----~----~----~------~----~------~--~---
