WmfFillRegion 类
Summary: The META_FILLREGION record fills a region using a specified brush.
Module: aspose.imaging.fileformats.wmf.objects
Full Name: aspose.imaging.fileformats.wmf.objects.WmfFillRegion
Inheritance: WmfObject
Constructors
| Name | 描述 |
|---|---|
| WmfFillRegion() | 初始化 WmfFillRegion 类的新实例。 |
| WmfFillRegion(region, brush) | 初始化 WmfFillRegion 类的新实例。 |
Properties
| Name | Type | Access | 描述 |
|---|---|---|---|
| brush_index | int | r/w | 获取或设置画笔的索引。 |
| region_index | int | r/w | 获取或设置区域的索引。 |
Constructor: WmfFillRegion()
WmfFillRegion()
初始化 WmfFillRegion 类的新实例。
Constructor: WmfFillRegion(region, brush)
WmfFillRegion(region, brush)
初始化 WmfFillRegion 类的新实例。
Parameters:
| 参数 | Type | Description |
|---|---|---|
| region | WmfGraphicObject | 该区域。 |
| brush | WmfGraphicObject | 画笔。 |