Nevron Diagram for .NET implements a myriad of predefined shapes, which can come handy in many types of diagrams. The predefined shapes are consistently created with the help of shape factories. All shape factories are located in the Nevron.Diagram.Shapes.dll assembly, the primary namespace for which is Nevron.Diagram.Shapes.
All code examples in this chapter assume that you are using the Nevron.Diagram.Shape namespace and the Nevron.Diagram.Shape.dll assembly is referenced by your project:
C# |
Copy Code
|
---|---|
using Nevron.Diagram.Shape;
|
Visual Basic |
Copy Code
|
---|---|
Imports Nevron.Diagram.Shape
|