Transforms points from the document coordinate space to the client coordinate space.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
SyntaxC#
Copy Code
|
|---|
public Point DocToClient ( |
Visual Basic
Copy Code
|
|---|
Public Function DocToClient( _ |
A Point instance, which represents the client coordinates of docPoint.
RemarksThis method is useful when the client (device) coordinates of a diagram location are needed. For example, it can be used to get the device point where a context menu should be displayed.
See Also