DroidDiagram Programmer's Guide
DiagramView.docToDevice Method (Rectangle2D)
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 Rect docToDevice (
    RectF docRect
)

 Parameters

docRect

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

 Return Value

A Rect instance, which represents the device coordinates of docRect.

 See Also

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