PyCDC.DPtoLP

(x,y) = DPtoLP(point)

Converts device units into logical units.

Parameters

point : (x,y)

The point to convert

Alternative Parameters

x

The x coordinate to convert.

y

The y coordinate to convert.

MFC References

CDC::DPtoLP

To Do

Should really handle list of (x,y) points

Return Value

The converted coordinates.