CadRectPrint
Rectangle print.
std::int32_t CadRectPrint (
YuHandle hDwg,
YuHandle hEnt,
void* hDC
);
Parameters
- hDwg (YuHandle)
- Handle to the drawing, as returned by
CadCreate. - hEnt (YuHandle)
- Handle to the entity.
- hDC (void*)
- Win32 device-context handle (
HDC) to draw / print into.
Return Value
Nonzero (TRUE) on success, 0 (FALSE) on failure.