WmfFloodFill

WmfFloodFill class

The META_FLOODFILL record fills an area of the output surface with the brush that is defined in the playback device context.

public class WmfFloodFill : WmfObject

Constructors

NameDescription
WmfFloodFill()The default constructor.

Properties

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

See Also