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