EmfExtFloodFill Class

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

Aspose.Imaging Version: 24.5.0

Constructors

NameDescription
EmfExtFloodFill(source)Initializes a new instance of the EmfExtFloodFill class.

Properties

NameTypeAccessDescription
argb_32_colorintr/wGets 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_modeEmfFloodFillr/wGets 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).
sizeintr/wGets or sets the size of the record
startPointr/wGets or sets a WMF PointL object ([MS-WMF] section 2.2.2.15), which specifies the
coordinates, in logical units, where filling begins.
typeEmfRecordTyper/wGets or sets the type.

Methods

NameDescription
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:

ParameterTypeDescription
sourceEmfRecordThe source.

Method: create_from_record(source) [static]

 create_from_record(source) 

Initializes a new instance of the EmfRecord class.

Parameters:

ParameterTypeDescription
sourceEmfRecordThe source.

Returns

TypeDescription
EmfRecord

Method: create_from_type(type) [static]

 create_from_type(type) 

Initializes a new instance of the EmfRecord class.

Parameters:

ParameterTypeDescription
typeEmfRecordTypeThe record type.

Returns

TypeDescription
EmfRecord