yucad3d

CadCoordWinToDisp

Coordinate win to disp.

void CadCoordWinToDisp ( YuHandle hDwg, std::int32_t Xw, std::int32_t Yw, double* pXd, double* pYd );

Parameters

hDwg (YuHandle)
Handle to the drawing, as returned by CadCreate.
Xw (std::int32_t)
Integer value.
Yw (std::int32_t)
Integer value.
pXd (double*)
Caller-supplied output pointer.
pYd (double*)
Caller-supplied output pointer.

Return Value

None.

See Also