NDiagramClipping Class Methods
In This Topic
For a list of all members of this type, see NDiagramClipping members.
Public Methods
| | Name | Description |
 | CreateDataObject | Creates a data object that contains this clipping content. |
 | DeepClone | Must override to deep clone the object. |
 | GetDataFormat | Must override to return the data exchange format associated with this diagram clipping. |
 | SetOnClipboard | Sets the this data object on the clipboard. |
Top
Protected Methods
| | Name | Description |
 | Deserialize | Deserialized the content of this clippnig from a byte array. |
 | LoadNodes | Must override to load clipping nodes |
 | SaveNodes | Must override to save clipping nodes |
 | Serialize | Serializes the content of this clipping to a byte array. |
Top
See Also