public final class EmfSetPixelV extends EmfDrawingRecordType
The EMR_SETPIXELV record defines the color of the pixel at the specified logical coordinates.
Constructor and Description |
---|
EmfSetPixelV()
Initializes a new instance of the
EmfSetPixelV class. |
EmfSetPixelV(EmfRecord source)
Initializes a new instance of the
EmfSetPixelV class. |
Modifier and Type | Method and Description |
---|---|
int |
getArgb32Color()
Gets or sets a 32-bit WMF ColorRef object ([MS-WMF] section 2.2.2.8) that specifies the pixel color.
|
Point |
getPixel()
Gets or sets a 64-bit WMF PointL object ([MS-WMF] section 2.2.2.15) that specifies the
logical coordinates for the pixel.
|
void |
setArgb32Color(int value)
Gets or sets a 32-bit WMF ColorRef object ([MS-WMF] section 2.2.2.8) that specifies the pixel color.
|
void |
setPixel(Point value)
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 EmfSetPixelV(EmfRecord source)
Initializes a new instance of the EmfSetPixelV
class.
source
- The source.public EmfSetPixelV()
Initializes a new instance of the EmfSetPixelV
class.
public Point getPixel()
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 void setPixel(Point value)
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 int getArgb32Color()
Gets or sets a 32-bit WMF ColorRef object ([MS-WMF] section 2.2.2.8) that specifies the pixel color.
public void setArgb32Color(int value)
Gets or sets a 32-bit WMF ColorRef object ([MS-WMF] section 2.2.2.8) that specifies the pixel color.