WmfFillRegion Class
Contents
[
Hide
]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 | Description |
|---|---|
| WmfFillRegion() | Initializes a new instance of the WmfFillRegion class. |
| WmfFillRegion(region, brush) | Initializes a new instance of the WmfFillRegion class. |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| brush_index | int | r/w | Gets or sets the index of the brush. |
| region_index | int | r/w | Gets or sets the index of the region. |
Constructor: WmfFillRegion()
WmfFillRegion()
Initializes a new instance of the WmfFillRegion class.
Constructor: WmfFillRegion(region, brush)
WmfFillRegion(region, brush)
Initializes a new instance of the WmfFillRegion class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| region | WmfGraphicObject | The region. |
| brush | WmfGraphicObject | The brush. |