EmfExtFloodFill
Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.emf.emf.records.EmfRecord, com.aspose.imaging.fileformats.emf.emf.records.EmfDrawingRecordType
public final class EmfExtFloodFill extends EmfDrawingRecordType
The EMR_EXTFLOODFILL record fills an area of the display surface with the current brush
Constructors
Constructor | Description |
---|---|
EmfExtFloodFill(EmfRecord source) | Initializes a new instance of the EmfExtFloodFill class. |
Methods
Method | Description |
---|---|
getStart() | Gets or sets a WMF PointL object ([MS-WMF] section 2.2.2.15), which specifies the coordinates, in logical units, where filling begins. |
setStart(Point value) | Gets or sets a WMF PointL object ([MS-WMF] section 2.2.2.15), which specifies the coordinates, in logical units, where filling begins. |
getArgb32Color() | Gets or sets a WMF ColorRef object ([MS-WMF] section 2.2.2.8), which is used with the FloodFillMode to determine the area to fill. |
setArgb32Color(int value) | Gets or sets a WMF ColorRef object ([MS-WMF] section 2.2.2.8), which is used with the FloodFillMode to determine the area to fill. |
getFloodFillMode() | Gets or sets a 32-bit unsigned integer that specifies how to use the Color value to determine the area for the flood fill operation. |
setFloodFillMode(int value) | Gets or sets a 32-bit unsigned integer that specifies how to use the Color value to determine the area for the flood fill operation. |
EmfExtFloodFill(EmfRecord source)
public EmfExtFloodFill(EmfRecord source)
Initializes a new instance of the EmfExtFloodFill
class.
Parameters:
Parameter | Type | Description |
---|---|---|
source | EmfRecord | The source. |
getStart()
public Point getStart()
Gets or sets a WMF PointL object ([MS-WMF] section 2.2.2.15), which specifies the coordinates, in logical units, where filling begins.
Returns: Point
setStart(Point value)
public void setStart(Point value)
Gets or sets a WMF PointL object ([MS-WMF] section 2.2.2.15), which specifies the coordinates, in logical units, where filling begins.
Parameters:
Parameter | Type | Description |
---|---|---|
value | Point |
getArgb32Color()
public int getArgb32Color()
Gets or sets a WMF ColorRef object ([MS-WMF] section 2.2.2.8), which is used with the FloodFillMode to determine the area to fill.
Returns: int
setArgb32Color(int value)
public void setArgb32Color(int value)
Gets or sets a WMF ColorRef object ([MS-WMF] section 2.2.2.8), which is used with the FloodFillMode to determine the area to fill.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
getFloodFillMode()
public int getFloodFillMode()
Gets or sets a 32-bit unsigned integer that specifies how to use the Color value to determine the area for the flood fill operation. The value MUST be in the FloodFill enumeration (section 2.1.13).
Returns: int
setFloodFillMode(int value)
public void setFloodFillMode(int value)
Gets or sets a 32-bit unsigned integer that specifies how to use the Color value to determine the area for the flood fill operation. The value MUST be in the FloodFill enumeration (section 2.1.13).
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |