MetaSetMitreLimit


This metafile command sets the limit of miter joins.

class MetaSetMitreLimit : public Meta
{
 public:
  Float MitreLimit;
};

Members

MitreLimit The limit (in pixels) of the miter join.

Notes

See related C function SetMitreLimit.