yucad3d

CadGetWinRect

Returns the rectangle of the host window.

void CadGetWinRect ( YuHandle hDwg, double* pLeft, double* pBottom, double* pRight, double* pTop );

Parameters

hDwg (YuHandle)
Handle to the drawing, as returned by CadCreate.
pLeft (double*)
Caller-supplied output pointer.
pBottom (double*)
Caller-supplied output pointer.
pRight (double*)
Caller-supplied output pointer.
pTop (double*)
Caller-supplied output pointer.

Return Value

None.

See Also