MetaCreatePenExtended


This metafile command creates a pen (extended form).

class MetaCreatePenExtended : public Meta
{
 public:
  unsigned PenIndex;
  unsigned BitmapInformationOffset;
  unsigned BitmapInformation;
  unsigned BitsOffset;
  unsigned Bits;
  LogicalPenExtended LogicalPenCreate;
};

Members

PenIndex The index into the handle table of the pen being created.
BitmapInformationOffset The offset to the bitmap information structure (if required).
BitmapInformation The size of the bitmap information structure (if required).
BitsOffset The offset into the bitmap bits of the brush (if required).
Bits The size of the bitmap bits (if required).
LogicalPenCreate An instance of the class LogicalPenExtended.

Notes

See related C function ExtendedCreatePen.