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