Transforms specified rectangle from view to diagram coordinates.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public Rect ViewToDiagram ( |
Visual Basic Copy Code |
---|
Public Function ViewToDiagram( _ |
An instance of the Microsoft.Maui.Graphics.Rect structure, whose coordinates should be transformed and returned.
A Microsoft.Maui.Graphics.Rect instance, which represents the diagram coordinates of viewRect.
This method is useful when the diagram coordinates of a view rectangle are needed, with measure unit, zoom level and scroll position considered.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |