WmfFillRegion.WmfFillRegion

WmfFillRegion()

Initializes a new instance of the WmfFillRegion class.

public WmfFillRegion()

See Also


WmfFillRegion(WmfGraphicObject, WmfGraphicObject)

Initializes a new instance of the WmfFillRegion class.

public WmfFillRegion(WmfGraphicObject region, WmfGraphicObject brush)
ParameterTypeDescription
regionWmfGraphicObjectThe region.
brushWmfGraphicObjectThe brush.

See Also