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