CadCWResize
Resizes the command window to fill its host panel.
std::int32_t CadCWResize (
std::int32_t Left,
std::int32_t Top,
std::int32_t Width,
std::int32_t Height
);
Parameters
- Left (std::int32_t)
- Integer value.
- Top (std::int32_t)
- Integer value.
- Width (std::int32_t)
- Width in world units.
- Height (std::int32_t)
- Height in world units.
Return Value
Nonzero (TRUE) on success, 0 (FALSE) on failure.