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