MindFusion.Wpf Pack Programmer's Guide
Diagram.ClientToDoc Method (Point)
See Also
 





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

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

 Syntax

C#  Copy Code

public Point ClientToDoc (
    Point clientPoint
)

Visual Basic  Copy Code

Public Function ClientToDoc( _
    clientPoint As Point _
) As Point

 Parameters

clientPoint

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

 Return Value

A .NET Point instance, which represents the document coordinates of clientPoint.

 Remarks

This method is useful when the document coordinates of a device point are needed.

 See Also

ClientToDoc Method Overload List
Diagram Members
Diagram Class
MindFusion.Diagramming.Wpf Namespace
DocToClient Method
Bounds Property