Converts the specified rectangle from document to client coordinates.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
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.
RemarksThis method is useful when the client (device) coordinates of a diagram location are needed.
See Also