Transforms points from the client coordinate space to the document coordinate space.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public Point ClientToDoc ( |
Visual Basic Copy Code |
---|
Public Function ClientToDoc( _ |
An instance of the .NET Point structure, whose coordinates should be transformed and returned.
A .NET Point instance, which represents the document coordinates of clientPoint.
This method is useful when the document coordinates of a device point are needed.
WpfDiagram Programmer's Guide | © 2024 MindFusion |