MindFusion.Wpf Pack Programmer's Guide
VisualDiagramView.DocToClient Method (Point)
See Also
 





Transforms points from the document coordinate space to the client coordinate space.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public Point DocToClient (
    Point docPoint
)

Visual Basic  Copy Code

Public Function DocToClient( _
    docPoint As Point _
) As Point

 Parameters

docPoint

An instance of the .NET Point structure, whose coordinates should be transformed and returned.

 Return Value

A Point instance, which represents the client coordinates of docPoint.

 Remarks

This method is useful when the client (device) coordinates of a diagram location are needed.

 See Also

DocToClient Method Overload List
VisualDiagramView Members
VisualDiagramView Class
MindFusion.Diagramming.Wpf Namespace