Class WmfFloodFill
Class WmfFloodFill
Namespace: Aspose.Imaging.FileFormats.Wmf.Objects
Assembly: Aspose.Imaging.dll (25.4.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
object ← MetaObject ← WmfObject ← WmfFloodFill
Derived
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
XStart
Gets or sets the x start.
public short XStart { get; set; }
Property Value
YStart
Gets or sets the y start.
public short YStart { get; set; }