EMRSETPIXELV structure (wingdi.h)

The EMRSETPIXELV structure contains members for the SetPixelV enhanced metafile record. When an enhanced metafile is created, calls to SetPixel are also recorded in this record.

Syntax

typedef struct tagEMRSETPIXELV {
  EMR      emr;
  POINTL   ptlPixel;
  COLORREF crColor;
} EMRSETPIXELV, *PEMRSETPIXELV;

Members

emr

The base structure for all record types.

ptlPixel

Logical coordinates of pixel.

crColor

Color value. To make a COLORREF value, use the RGB macro.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Header wingdi.h (include Windows.h)

See also

COLORREF

Metafile Structures

Metafiles Overview

RGB

SetPixel

SetPixelV