CadWinPaint
Renders the drawing and blits it into the host-owned window (call from WM_PAINT).
void CadWinPaint (
YuHandle hDwg,
void* hWin
);
Parameters
- hDwg (YuHandle)
- Handle to the drawing, as returned by
CadCreate. - hWin (void*)
- Host window handle (Win32
HWND, passed as an opaque pointer).
Return Value
None.