Search
DiagramView Methods
 


 Public Methods

  Name Description

AddChild

For internal use.

BeginEdit

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

CancelDrag

Cancels the current drawing interaction.

ClientToDoc

Overloaded.  

ClientToSystem

Converts a point from MAUI device independent coordinates to system pixels.

DiagramToView

Overloaded. Transforms specified point from diagram to view coordinates.

DocToClient

Overloaded.  

EndEdit

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

GetGraphics

For internal use.

PresenterToView

Converts a point from DiagramPresenter to view coordinates.

RemoveChild

For internal use.

ScrollTo

Overloaded.  

SetTransform

Overloaded.  

ViewToDiagram

Overloaded. Transforms specified point from view to diagram coordinates.

ZoomToFit

Zooms the view to fit the document contents in the Diagram client area.

 Protected Methods

  Name Description

OnAdded

Layout.OnAdded override.

OnCreateEditControl

Raises the CreateEditControl event.

OnDestroyEditControl

Raises the DestroyEditControl event.

OnEnterInplaceEditMode

Raises the EnterInplaceEditMode event.

OnLeaveInplaceEditMode

Raises the LeaveInplaceEditMode event.

OnLongPressed

Raises the LongPressed event.

OnParentSet

VisualElement.OnParentSet override.

OnRadialMenuCreated

Raises the RadialMenuCreated event.

OnRemoved

Layout.OnRemoved override.

OnScrollChanged

Raises the ScrollChanged event.

OnSizeAllocated

Raises the size allocated event.

OnSizeRequest

This method is called during the measure pass of a layout cycle to get the desired size of an element.

OnTouchCancel

Raises the TouchCancel event.

OnTouchDown

Raises the TouchDown event.

OnTouchMove

Raises the TouchMove event.

OnTouchUp

Raises the TouchUp event.

OnZoomFactorChanged

Raises the ZoomFactorChanged event.

 See Also