CadPrnRectPrint
Prints the named print region to the given device context.
std::int32_t CadPrnRectPrint (
YuHandle hDwg,
std::int32_t iRect,
void* hDC
);
Parameters
- hDwg (YuHandle)
- Handle to the drawing, as returned by
CadCreate. - iRect (std::int32_t)
- Zero-based index.
- hDC (void*)
- Win32 device-context handle (
HDC) to draw / print into.
Return Value
Nonzero (TRUE) on success, 0 (FALSE) on failure.