MetaDrawLine


This metafile command draws a line.

class MetaDrawLine : public Meta
{
 public:
  Point End;
};

Members

End The endpoint of the line to be drawn.

Notes

See related C function DrawLineTo.