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

ConstructorDescription
WmfSetPixel()

Methods

MethodDescription
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:

ParameterTypeDescription
valueint