The Nevron Graphics is a feature rich, fast and device independent module, which ensures the portability of visual output accross different rendering technologies. It provides users and developers with the needed consistentcy and expression power to display state-of-art graphics. Following is a list of the major graphics features:
All code examples in this chapter assume that the Nevron.Presentation.dll assembly is referenced by your project and you are using the Nevron.GraphicsCore namespace:
C# |
Copy Code
|
---|---|
using Nevron.GraphicsCore;
|
Visual Basic |
Copy Code
|
---|---|
Imports Nevron.GraphicsCore
|