CadNavCreate
Navigator overview panel embedded in the host (Vecad CadNav*).
void* CadNavCreate (
void* hWndParent,
std::int32_t X,
std::int32_t Y,
std::int32_t W,
std::int32_t H,
std::int32_t Flags
);
Parameters
- hWndParent (void*)
- Host window handle (Win32
HWND, passed as an opaque pointer). - X (std::int32_t)
- World coordinate.
- Y (std::int32_t)
- World coordinate.
- W (std::int32_t)
- Width in world units.
- H (std::int32_t)
- Height in world units.
- Flags (std::int32_t)
- Modifier flags of the originating window message.
Return Value
See description.
Remarks
Only one instance can exist; if it already does, do nothing (per CHM).