MetaSetBrushOrigin


This metafile command sets the brush origin.

class MetaSetBrushOrigin : public Meta
{
 public:
  Point Origin;
};

Members

Origin The new origin for the brush.

Notes

See related C function SetBrushOrigin.