OBJSetShadowΒΆ
Shows or hides an drawing object shadow.
- bool = OBJSetShadow(hobj, bShadow)
Return Value
If the function succeeds, the return value bool is TRUE (1); otherwise it is FALSE (0).
Parameters
- hobj
hobj identifies a line, text, rectangle, ellipse or layer (diagram) object.
- bShadow
bShadow is TRUE (1) to show the shadow.
See also
id-339944