MetaComment


This metafile command places a Comment in a metafile.

class MetaComment : public Meta
{
 public:
  unsigned Size;
  unsigned char Data[1];

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

Members

Size The length of the Comment.
Data An array of bytes holding the Comment to be set.

Notes

See related C function GraphicsComment.