Transforms points from the device coordinate space to the document coordinate space.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public RectF deviceToDoc ( |
An instance of the Rect class, whose coordinates should be transformed and returned.
A RectF object, which represents the document coordinates of devRect
See Also