Transforms points from the image coordinate space to the document coordinate space.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public PointF imageToDoc ( |
A PointF 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