Search
Diagram.imageToDoc Method
See Also
 

Transforms points from the image coordinate space to the document coordinate space.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public Point2D.Float imageToDoc (
    int x,
    int y
)

 Parameters

x

y

 Return Value

Point2D.Float object, which represents the document coordinates of image point.

 Remarks

Images have its own coordinate space probably different than device space because they may have different resolution than the screen.

 See Also