Name | Description | |
---|---|---|
Animates the view state. |
||
Begins in-place editing of the specified object. |
||
Cancels all current drag operations. |
||
Forces the removal of any created tooltips from the diagram canvas. |
||
Copies the current selection of items to the clipboard. |
||
Creates and initializes a new DiagramView from the specified element. This method is static and can be called without creating an instance of the class. |
||
Cuts the currently selected items to the clipboard. |
||
Control.dispose override. |
||
Exits the in-place editing mode and either accepts or rejects the changes made to the item's text. |
||
Returns the specified DiagramView object. This member is static and can be invoked without creating an instance of the class. |
||
Loads the diagram from a JSON string. |
||
Control.initialize override. |
||
Loads the diagram from an XML file. |
||
Pastes diagram items from the clipboard. |
||
Exports the diagram as a list of images to a new HTML document and opens the browser's print dialog. |
||
Exports the diagram as a list of images to a new HTML document. |
||
Starts recording mouse and keyboard events for subsequent replay. |
||
Replays a sequence of recorded mouse and keyboard events created by record and stopRecording methods. |
||
Saves the diagram to an XML file. |
||
Scrolls the diagram to the specified point. |
||
IZoomTarget implementation |
||
Sets the zoom factor, preserving the on-screen position of the specified diagram point. |
||
Stops recording mouse and keyboard events. |
||
Saves the diagram to a JSON string. |
||
Zooms the view to fit the Diagram contents in component's area. |
||
Zooms and scrolls the view to fit the specified Diagram region in component's area. |