Class EmfExtFloodFill
Contents
[
Hide
]EmfExtFloodFill class
The EMR_EXTFLOODFILL record fills an area of the display surface with the current brush
public sealed class EmfExtFloodFill : EmfDrawingRecordType
Constructors
| Name | Description | 
|---|---|
| EmfExtFloodFill(EmfRecord) | Initializes a new instance of the EmfExtFloodFill class. | 
Properties
| Name | Description | 
|---|---|
| Argb32Color { get; set; } | 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. | 
| FloodFillMode { get; set; } | 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 { get; set; } | Gets or sets the size of the record | 
| Start { get; set; } | 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 { get; set; } | Gets or sets the type. | 
See Also
- class EmfDrawingRecordType
 - namespace Aspose.Imaging.FileFormats.Emf.Emf.Records
 - assembly Aspose.Imaging