MetaSetPixel


This metafile command sets a Pixel color.

class MetaSetPixel : public Meta
{
 public:
  Point Pixel;
  Color NewColor;
};

Members

Pixel The logical coordinates of the pixel whose color is being set.
NewColor The new color of the pixel.

Notes

See related C function SetPixel.