DroidDiagram Programmer's Guide
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 PointF imageToDoc (
    int x,
    int y
)

 Parameters

x

y

 Return Value

PointF 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

Diagram Members
Diagram Class
com.mindfusion.diagramming Namespace