Packages

 

com.aspose.imaging.fileformats.wmf.objects

Class WmfFloodFill

  • All Implemented Interfaces:
    Cloneable
    Direct Known Subclasses:
    WmfExtFloodFill


    public class WmfFloodFill
    extends WmfObject

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

    • Constructor Detail

      • WmfFloodFill

        public WmfFloodFill()
    • Method Detail

      • getColorRef

        public int getColorRef()

        Gets or sets the color reference.

        Value: The com.aspose.imaging.fileFormats.wmf.objects.wmfFloodFill.ColorRef Object that defines the color value.
      • setColorRef

        public void setColorRef(int value)

        Gets or sets the color reference.

        Value: The com.aspose.imaging.fileFormats.wmf.objects.wmfFloodFill.ColorRef Object that defines the color value.
      • getYStart

        public short getYStart()

        Gets or sets the y start.

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

        public void setYStart(short value)

        Gets or sets the y start.

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

        public short getXStart()

        Gets or sets the x start.

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

        public void setXStart(short value)

        Gets or sets the x start.

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