WmfFloodFill
Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.wmf.objects.WmfObject
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.
Constructors
Constructor | Description |
---|---|
WmfFloodFill() |
Methods
Method | Description |
---|---|
getColorRef() | Gets or sets the color reference. |
setColorRef(int value) | Gets or sets the color reference. |
getYStart() | Gets or sets the y start. |
setYStart(short value) | Gets or sets the y start. |
getXStart() | Gets or sets the x start. |
setXStart(short value) | Gets or sets the x start. |
WmfFloodFill()
public WmfFloodFill()
getColorRef()
public int getColorRef()
Gets or sets the color reference.
Value: The com.aspose.imaging.fileFormats.wmf.objects.wmfFloodFill.ColorRef
Object that defines the color value.
Returns: int
setColorRef(int value)
public void setColorRef(int value)
Gets or sets the color reference.
Value: The com.aspose.imaging.fileFormats.wmf.objects.wmfFloodFill.ColorRef
Object that defines the color value.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
getYStart()
public short getYStart()
Gets or sets the y start.
Value: The y-coordinate, in logical units, of the point where filling is to start.
Returns: short
setYStart(short value)
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.
Parameters:
Parameter | Type | Description |
---|---|---|
value | short |
getXStart()
public short getXStart()
Gets or sets the x start.
Value: The x-coordinate, in logical units, of the point where filling is to start.
Returns: short
setXStart(short value)
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.
Parameters:
Parameter | Type | Description |
---|---|---|
value | short |