Contents
|
PyCDC
.LPtoDP
(x,y) =
LPtoDP(
point
)
Converts logical units into device units.
Parameters
point
: (x,y)
The point coordinate to convert.
Alternative Parameters
x
The x coordinate to convert.
y
The y coordinate to convert.
MFC References
CDC::LPtoDP
Return Value
The converted coordinates.