CadImagePutTransparent
Sets the transparent of the raster image entity.
void CadImagePutTransparent (
YuHandle hEnt,
std::int32_t bTransp
);
Parameters
- hEnt (YuHandle)
- Handle to the entity.
- bTransp (std::int32_t)
- Boolean flag: nonzero = true / enabled, 0 = false / disabled.
Return Value
None.