DroidDiagram Programmer's Guide
DiagramView.docToDevice Method (Point2D)
See Also
 






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

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

 Syntax

Java  Copy Code

public Point docToDevice (
    PointF docPoint
)

 Parameters

docPoint

A PointF object, whose coordinates should be transformed and returned.

 Return Value

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

 See Also

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