Class WmfFloodFill

Class WmfFloodFill

Namespace: Aspose.Imaging.FileFormats.Wmf.Objects
Assembly: Aspose.Imaging.dll (25.2.0)

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

objectMetaObjectWmfObjectWmfFloodFill

Derived

WmfExtFloodFill

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

WmfFloodFill()

public WmfFloodFill()

Properties

ColorRef

Gets or sets the color reference.

public int ColorRef { get; set; }

Property Value

int

XStart

Gets or sets the x start.

public short XStart { get; set; }

Property Value

short

YStart

Gets or sets the y start.

public short YStart { get; set; }

Property Value

short