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