Search
DiagramView.DiagramToView Method (Rect)
See Also
 





Converts the specified rectangle from document to client coordinates.

Namespace: MindFusion.Diagramming.Mvc
Assembly: MindFusion.Diagramming.Mvc

 Syntax

C#  Copy Code

public Rect DiagramToView (
    Rect docRect
)

Visual Basic  Copy Code

Public Function DiagramToView( _
    docRect As Rect _
) As Rect

 Parameters

docRect

The Microsoft.Maui.Graphics.Rect to convert.

 Return Value

The converted rectangle

 See Also