Converts a point from document coordinates to the local coordinate space of a component inside this node.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public Point docToComponent ( |
The point to convert.
The target component.
A Point object representing the point in local coordinates.
See Also