Search
DiagramView Methods
 


 Public Methods

  Name Description

BeginEdit

Enters inplace-edit mode, letting the user edit the text of the specified item.

BringIntoView

Overloaded.  

CancelDrag

Cancels the current drag operation.

CopyToClipboard

Copies the current selection of items to the clipboard.

CutToClipboard

Cuts the currently selected items to the clipboard.

DiagramToView

Overloaded.  

Dispose

Implements IDisposable.

EndEdit

Exits inplace-edit mode and either accepts or rejects the changes made to the item's text.

OnResize

For internal use.

OnScrollX

For internal use.

OnScrollY

For internal use.

PasteFromClipboard

Pastes diagram items from the clipboard.

ScrollTo

Overloaded.  

SetClientRect

For internal use.

SetZoomFactor

Sets the zoom factor, preserving the on-screen position of the specified diagram point.

ShowMenu

Overloaded.  

ViewToDiagram

Overloaded.  

ZoomToFit

Zooms the view to fit diagram contents inside component's client area.

ZoomToRect

Overloaded.  

 Protected Methods

  Name Description

BuildRenderTree

 

OnAfterRenderAsync

ComponentBase.OnAfterRenderAsync override.

OnDiagramChanged

Raises the DiagramChanged event.

OnEnterInplaceEditMode

Raises the EnterInplaceEditMode event.

OnLeaveInplaceEditMode

Raises the LeaveInplaceEditMode event.

 See Also