public class WmfFloodFill extends WmfObject
The META_FLOODFILL record fills an area of the output surface with the brush that is defined in the playback device context.
Constructor and Description |
---|
WmfFloodFill() |
Modifier and Type | Method and Description |
---|---|
int |
getColorRef()
Gets or sets the color reference.
|
short |
getXStart()
Gets or sets the x start.
|
short |
getYStart()
Gets or sets the y start.
|
void |
setColorRef(int value)
Gets or sets the color reference.
|
void |
setXStart(short value)
Gets or sets the x start.
|
void |
setYStart(short value)
Gets or sets the y start.
|
public int getColorRef()
Gets or sets the color reference.
Value: Thecom.aspose.imaging.fileFormats.wmf.objects.wmfFloodFill.ColorRef
Object that defines the color value.public void setColorRef(int value)
Gets or sets the color reference.
Value: Thecom.aspose.imaging.fileFormats.wmf.objects.wmfFloodFill.ColorRef
Object that defines the color value.public short getYStart()
Gets or sets the y start.
Value: The y-coordinate, in logical units, of the point where filling is to start.public void setYStart(short value)
Gets or sets the y start.
Value: The y-coordinate, in logical units, of the point where filling is to start.public short getXStart()
Gets or sets the x start.
Value: The x-coordinate, in logical units, of the point where filling is to start.public void setXStart(short value)
Gets or sets the x start.
Value: The x-coordinate, in logical units, of the point where filling is to start.