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