WmfExtFloodFill

WmfExtFloodFill class

The META_EXTFLOODFILL record fills an area with the brush that is defined in the playback device context.

public class WmfExtFloodFill : WmfFloodFill

Constructors

NameDescription
WmfExtFloodFill()The default constructor.

Properties

NameDescription
ColorRef { get; set; }Gets or sets the color reference.
Mode { get; set; }Gets or sets the mode.
XStart { get; set; }Gets or sets the x start.
YStart { get; set; }Gets or sets the y start.

See Also