MetaCreatePen


This metafile command creates a pen.

class MetaCreatePen : public Meta
{
 public:
  unsigned PenIndex;
  LogicalPen LogicalPenCreate;
};

Members

PenIndex The index into the handle table of the pen.
LogicalPenCreate An instance of the class LogicalPen.

Notes

See related C function CreatePen.