Converts a point from local to document coordinates.
Namespace: com.mindfusion.diagramming.components
Package: com.mindfusion.diagramming.components
SyntaxJava
Copy Code
|
|---|
public Point2D.Float toDocument ( |
The local Point2D.Float to convert.
A Point2D.Float instance containing coordinates of the specified point relative to the diagram.
See Also