WmfExtFloodFill
Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.wmf.objects.WmfObject, com.aspose.imaging.fileformats.wmf.objects.WmfFloodFill
public class WmfExtFloodFill extends WmfFloodFill
The META_EXTFLOODFILL record fills an area with the brush that is defined in the playback device context.
Constructors
| Constructor | Description |
|---|---|
| WmfExtFloodFill() |
Methods
| Method | Description |
|---|---|
| getMode() | Gets or sets the mode. |
| setMode(int value) | Gets or sets the mode. |
WmfExtFloodFill()
public WmfExtFloodFill()
getMode()
public int getMode()
Gets or sets the mode.
Value: The fill operation to be performed.
Returns: int
setMode(int value)
public void setMode(int value)
Gets or sets the mode.
Value: The fill operation to be performed.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |