public class EmfSetPixelV extends EmfDrawingRecordType
The EMR_SETPIXELV record defines the color of the pixel at the specified logical coordinates.
Constructor and Description |
---|
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.
|
getSize, getType, setSize, setType
deepClone_internalized
public EmfSetPixelV(EmfRecord source)
Initializes a new instance of the EmfSetPixelV
class.
source
- The source.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.
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.