yucad3d

CadCWCreate

Creates the command window inside a host panel.

void* CadCWCreate ( void* hwParent, std::int32_t Left, std::int32_t Top, std::int32_t Width, std::int32_t Height );

Parameters

hwParent (void*)
Caller-supplied output pointer.
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

See description.

See Also