EmfSetPixelV

EmfSetPixelV class

The EMR_SETPIXELV record defines the color of the pixel at the specified logical coordinates.

public sealed class EmfSetPixelV : EmfDrawingRecordType

Constructors

NameDescription
EmfSetPixelV()Initializes a new instance of the EmfSetPixelV class.
EmfSetPixelV(EmfRecord)Initializes a new instance of the EmfSetPixelV class.

Properties

NameDescription
Argb32Color { get; set; }Gets or sets a 32-bit WMF ColorRef object ([MS-WMF] section 2.2.2.8) that specifies the pixel color.
Pixel { get; set; }Gets or sets a 64-bit WMF PointL object ([MS-WMF] section 2.2.2.15) that specifies the logical coordinates for the pixel.
Size { get; set; }Gets or sets the size of the record
Type { get; set; }Gets or sets the type.

See Also