Transforms points from the image coordinate space to the document coordinate space.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public Point2D.Float imageToDoc ( |
A Point2D.Float object, which represents the document coordinates of image point.
RemarksImages have its own coordinate space probably different than device space because they may have different resolution than the screen.
See Also