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