WmfFillRegion

WmfFillRegion constructor (1 of 2)

Initializes a new instance of the WmfFillRegion class.

public WmfFillRegion()

See Also


WmfFillRegion constructor (2 of 2)

Initializes a new instance of the WmfFillRegion class.

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

See Also