CadSelDraw
CadRecentDialog is implemented in api_window.cpp (it owns the Qt dialog).
void CadSelDraw (
YuHandle hDwg,
void* hDC,
std::int32_t WinLef,
std::int32_t WinBot,
std::int32_t WinW,
std::int32_t WinH,
double ViewLef,
double ViewBot,
double ViewW,
double ViewH,
double LwScale
);
Parameters
- hDwg (YuHandle)
- Handle to the drawing, as returned by
CadCreate. - hDC (void*)
- Win32 device-context handle (
HDC) to draw / print into. - WinLef (std::int32_t)
- Integer value.
- WinBot (std::int32_t)
- Integer value.
- WinW (std::int32_t)
- Integer value.
- WinH (std::int32_t)
- Integer value.
- ViewLef (double)
- Numeric value (double precision).
- ViewBot (double)
- Numeric value (double precision).
- ViewW (double)
- Numeric value (double precision).
- ViewH (double)
- Numeric value (double precision).
- LwScale (double)
- Numeric value (double precision).
Return Value
None.