WmfFillRegion

WmfFillRegion class

The META_FILLREGION record fills a region using a specified brush.

public class WmfFillRegion : WmfObject

Constructors

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

Properties

NameDescription
BrushIndex { get; set; }Gets or sets the index of the brush.
RegionIndex { get; set; }Gets or sets the index of the region.

See Also