The Nevron Smart Shapes are based on the Nevron Formula Sheet specification and provide developers and end-users with incredible flexibility to author shapes with embedded intelligence via formulas. Smart Shapes take advantage of Nevron Graphics to implement stunning visual effects and natively support many useful geometry primitives (like circular and elliptical arcs, beziers etc.). The Smart Shapes technology consists of the following conceptual parts:
Smart Shapes are based on the Nevron Formula Sheet , with which you must be familiar, if you want to fully understand them.
All code examples in this chapter assume that the Nevron.Presentation.dll assembly is referenced by your project and you are using the Nevron.SmartShapes namespace:
C# |
Copy Code
|
---|---|
using Nevron.SmartShapes;
|
Visual Basic |
Copy Code
|
---|---|
Imports Nevron.SmartShapes
|