ASP.NET Pack Programmer's Guide
DiagramView.deviceToDoc Method (Int32, Int32)
See Also
 






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

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public Point2D.Float deviceToDoc (
    int x,
    int y
)

 Parameters

x

y

 Return Value

Point2D.Float object, which represents the document coordinates of device point (x, y).

 See Also

deviceToDoc Method Overload List
DiagramView Members
DiagramView Class
com.mindfusion.diagramming Namespace