MetaSetPolyfillMode


This metafile command sets the Polygon filling mode.

class MetaSetPolyfillMode : public Meta
{
 unsigned Mode;
};

Members

Mode The new polygon filling mode.

Notes

See related function SetFillMode.