EmfExtFloodFill 类
内容
[
隐藏
]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 | 描述 |
|---|---|
| EmfExtFloodFill(source) | 初始化 EmfExtFloodFill 类的新实例。 |
Properties
| Name | Type | Access | 描述 |
|---|---|---|---|
| argb_32_color | int | r/w | 获取或设置 WMF ColorRef 对象([MS-WMF] 第 2.2.2.8 节),该对象与 FloodFillMode 一起用于确定要填充的区域。 |
| flood_fill_mode | EmfFloodFill | r/w | 获取或设置一个 32 位无符号整数,指定如何使用 Color 值 来确定洪水填充操作的区域。该值必须位于 FloodFill 枚举(第 2.1.13 节)中。 |
| size | int | r/w | 获取或设置记录的大小 |
| start | Point | r/w | 获取或设置 WMF PointL 对象([MS-WMF] 第 2.2.2.15 节),该对象指定 填充开始的坐标(逻辑单位)。 |
| type | EmfRecordType | r/w | 获取或设置类型。 |
Methods
| Name | 描述 |
|---|---|
| create_from_record(source) | 初始化 EmfRecord 类的新实例。 |
| create_from_type(type) | 初始化 EmfRecord 类的新实例。 |
Constructor: EmfExtFloodFill(source)
EmfExtFloodFill(source)
初始化 EmfExtFloodFill 类的新实例。
Parameters:
| 参数 | Type | Description |
|---|---|---|
| source | EmfRecord | 来源。 |
Method: create_from_record(source) [static]
create_from_record(source)
初始化 EmfRecord 类的新实例。
Parameters:
| 参数 | Type | Description |
|---|---|---|
| source | EmfRecord | 来源。 |
Returns
| Type | Description |
|---|---|
| EmfRecord |
Method: create_from_type(type) [static]
create_from_type(type)
初始化 EmfRecord 类的新实例。
Parameters:
| 参数 | Type | Description |
|---|---|---|
| type | EmfRecordType | 记录类型。 |
Returns
| Type | Description |
|---|---|
| EmfRecord |