Transforms points from the client coordinate space to the document coordinate space.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
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.
RemarksThis method is useful when the document coordinates of a rectangle are needed.
See Also