<< Click to Display Table of Contents >> NShape Documentation
|
The framework is structured in several assemblies and namespaces.
This is the code library containing most of the framework's essential classes. All classes in this assembly are independent from user interface technologies such as Windows Forms or WPF (Windows Prefentation Foundation).
Name |
Description |
---|---|
Basic diagramming classes needed for common diagramming purposes. |
|
NShape classes for advanced scenarios like detailed shape control and implementing custom shapes or other classes. |
|
Command classes used for executing actions that can be undone. |
|
Controller components and presenter interfaces. |
|
Interfaces and classes for automatic diagram layouting. |
|
Presenter classes and controls used to build a Windows Forms application. |
This assembly contains all visual components based on Windows Forms.
As there are no alternative implemantations of the Display component, you will need to reference this assembly in most cases even if your application uses alternative user interface technologies (such as WPF).
Name |
Description |
---|---|
Presenter classes and controls used to build a Windows Forms application. |