MetaSetBackgroundColor


This metafile command sets the color of the background.

class MetaSetBackgroundColor : public Meta
{
 public:
  Color BackgroundColor;
};

Members

BackgroundColor The new color to be used to draw text.

Notes

See related C function SetBackgroundColor.