MetaDrawLines


This metafile command draws a connected sequence of lines.

class MetaDrawLines : public Meta
{
 public:
  Rectangle Bounds;
  unsigned Count;
  Point Points[1];

  Point& operator()(unsigned Index);
};

Bounds The bounding rectangle (in device units)
Count The number of points to be drawn.
Points An array of points defining the connected sequence of lines.

Notes

See related C functions