ASP.NET Pack Programmer's Guide
DiagramView.deviceToDoc Method (Rectangle)
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 Rectangle2D.Float deviceToDoc (
    Rectangle devRect
)

 Parameters

devRect

An instance of the Rectangle class, whose coordinates should be transformed and returned.

 Return Value

A Rectangle2D.Float object, which represents the document coordinates of devRect

 See Also

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