Class WmfFillRegion
- Namespace
- Aspose.Imaging.FileFormats.Wmf.Objects
- Assembly
- Aspose.Imaging.dll
The META_FILLREGION record fills a region using a specified brush.
public class WmfFillRegion : WmfObject
- Inheritance
-
WmfFillRegion
- Inherited Members
Constructors
WmfFillRegion()
Initializes a new instance of the WmfFillRegion class.
public WmfFillRegion()
WmfFillRegion(WmfGraphicObject, WmfGraphicObject)
Initializes a new instance of the WmfFillRegion class.
public WmfFillRegion(WmfGraphicObject region, WmfGraphicObject brush)
Parameters
region
WmfGraphicObjectThe region.
brush
WmfGraphicObjectThe brush.
Properties
BrushIndex
Gets or sets the index of the brush.
public int BrushIndex { get; set; }
Property Value
- int
Index into the WMF Object Table to get the brush to use for filling the region.
RegionIndex
Gets or sets the index of the region.
public int RegionIndex { get; set; }
Property Value
- int
Index into the WMF Object Table to get the region to be filled.