CadImagePutSize
Sets the size of the raster image entity.
void CadImagePutSize (
YuHandle hEnt,
std::int32_t Width,
std::int32_t Height
);
Parameters
- hEnt (YuHandle)
- Handle to the entity.
- Width (std::int32_t)
- Width in world units.
- Height (std::int32_t)
- Height in world units.
Return Value
None.