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