WmfSetPixel
Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.wmf.objects.WmfObject, com.aspose.imaging.fileformats.wmf.objects.WmfPointObject
public class WmfSetPixel extends WmfPointObject
The META_SETPIXEL record sets the pixel at the specified coordinates to the specified color.
Constructors
Constructor | Description |
---|---|
WmfSetPixel() |
Methods
Method | Description |
---|---|
getColorRef() | Gets or sets the color reference. |
setColorRef(int value) | Gets or sets the color reference. |
WmfSetPixel()
public WmfSetPixel()
getColorRef()
public int getColorRef()
Gets or sets the color reference.
Value: The color reference.
Returns: int
setColorRef(int value)
public void setColorRef(int value)
Gets or sets the color reference.
Value: The color reference.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |