CadWinDraw
Renders the drawing into the given device context and rectangle.
void CadWinDraw (
YuHandle hDwg,
void* hWin,
void* dc,
std::int32_t Left,
std::int32_t Top,
std::int32_t Right,
std::int32_t Bottom
);
Parameters
- hDwg (YuHandle)
- Handle to the drawing, as returned by
CadCreate. - hWin (void*)
- Host window handle (Win32
HWND, passed as an opaque pointer). - dc (void*)
- Win32 device-context handle (
HDC) to draw / print into. - Left (std::int32_t)
- Integer value.
- Top (std::int32_t)
- Integer value.
- Right (std::int32_t)
- Integer value.
- Bottom (std::int32_t)
- Integer value.
Return Value
None.