WmfFillRegion Class

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

Aspose.Imaging Version: 24.6.0

Constructors

NameDescription
WmfFillRegion()Initializes a new instance of the WmfFillRegion class.
WmfFillRegion(region, brush)Initializes a new instance of the WmfFillRegion class.

Properties

NameTypeAccessDescription
brush_indexintr/wGets or sets the index of the brush.
region_indexintr/wGets 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:

ParameterTypeDescription
regionWmfGraphicObjectThe region.
brushWmfGraphicObjectThe brush.