EmfExtFloodFill Class
Contents
[
Hide
]Summary: The EMR_EXTFLOODFILL record fills an area of the display surface with the current brush
Module: aspose.imaging.fileformats.emf.emf.records
Full Name: aspose.imaging.fileformats.emf.emf.records.EmfExtFloodFill
Inheritance: EmfDrawingRecordType
Constructors
Name | Description |
---|---|
EmfExtFloodFill(source) | Initializes a new instance of the EmfExtFloodFill class. |
Properties
Name | Type | Access | Description |
---|---|---|---|
argb_32_color | int | r/w | 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. |
flood_fill_mode | EmfFloodFill | r/w | 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). |
size | int | r/w | Gets or sets the size of the record |
start | Point | r/w | Gets or sets a WMF PointL object ([MS-WMF] section 2.2.2.15), which specifies the coordinates, in logical units, where filling begins. |
type | EmfRecordType | r/w | Gets or sets the type. |
Methods
Name | Description |
---|---|
create_from_record(source) | Initializes a new instance of the EmfRecord class. |
create_from_type(type) | Initializes a new instance of the EmfRecord class. |
Constructor: EmfExtFloodFill(source)
EmfExtFloodFill(source)
Initializes a new instance of the EmfExtFloodFill class.
Parameters:
Parameter | Type | Description |
---|---|---|
source | EmfRecord | The source. |
Method: create_from_record(source) [static]
create_from_record(source)
Initializes a new instance of the EmfRecord class.
Parameters:
Parameter | Type | Description |
---|---|---|
source | EmfRecord | The source. |
Returns
Type | Description |
---|---|
EmfRecord |
Method: create_from_type(type) [static]
create_from_type(type)
Initializes a new instance of the EmfRecord class.
Parameters:
Parameter | Type | Description |
---|---|---|
type | EmfRecordType | The record type. |
Returns
Type | Description |
---|---|
EmfRecord |