Class EmfSetPixelV
The EMR_SETPIXELV record defines the color of the pixel at the specified logical coordinates.
public sealed class EmfSetPixelV : EmfDrawingRecordType
- Inheritance
-
EmfSetPixelV
- Inherited Members
Constructors
EmfSetPixelV()
Initializes a new instance of the EmfSetPixelV class.
public EmfSetPixelV()
EmfSetPixelV(EmfRecord)
Initializes a new instance of the EmfSetPixelV class.
public EmfSetPixelV(EmfRecord source)
Parameters
source
EmfRecordThe source.
Properties
Argb32Color
Gets or sets a 32-bit WMF ColorRef object ([MS-WMF] section 2.2.2.8) that specifies the pixel color.
public int Argb32Color { get; set; }
Property Value
Pixel
Gets or sets a 64-bit WMF PointL object ([MS-WMF] section 2.2.2.15) that specifies the logical coordinates for the pixel.
public Point Pixel { get; set; }