Table of Contents

Class WmfFloodFill

Namespace
Aspose.Imaging.FileFormats.Wmf.Objects
Assembly
Aspose.Imaging.dll

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
Inheritance
WmfFloodFill
Derived
Inherited Members

Constructors

WmfFloodFill()

public WmfFloodFill()

Properties

ColorRef

Gets or sets the color reference.

public int ColorRef { get; set; }

Property Value

int

The ColorRef Object that defines the color value.

XStart

Gets or sets the x start.

public short XStart { get; set; }

Property Value

short

The x-coordinate, in logical units, of the point where filling is to start.

YStart

Gets or sets the y start.

public short YStart { get; set; }

Property Value

short

The y-coordinate, in logical units, of the point where filling is to start.