Converts the specified rectangle from document to client coordinates.
Namespace: MindFusion.Diagramming.Mvc
Assembly: MindFusion.Diagramming.Mvc
SyntaxC#
Copy Code
|
|---|
public Rect DiagramToView ( |
Visual Basic
Copy Code
|
|---|
Public Function DiagramToView( _ |
The Microsoft.Maui.Graphics.Rect to convert.
The converted rectangle
See Also