C++
Acad::ErrorStatus setBackgroundFill( bool enable );
Description
Toggles the background fill on or off, as indicated by the value of enable. If enable is true, background color is turned off, and no background fill color has been specified, this function sets the background fill color to an RGB value of 200,200,200.
This function always returns Acad::eOk.
Parameters
Parameters | Description |
---|---|
enable | Input Boolean indicating whether to display background fill |