Packages

 

com.aspose.imaging.fileformats.emf.emf.records

Classes

com.aspose.imaging.fileformats.emf.emf.records

Class EmfExtFloodFill

  • All Implemented Interfaces:
    com.aspose.imaging_internal.fileformats.emf.IRecord, Cloneable


    public final class EmfExtFloodFill
    extends EmfDrawingRecordType

    The EMR_EXTFLOODFILL record fills an area of the display surface with the current brush

    • Constructor Summary

      Constructors 
      Constructor and Description
      EmfExtFloodFill(EmfRecord source)
      Initializes a new instance of the EmfExtFloodFill class.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      int getArgb32Color()
      Gets or sets a WMF ColorRef object ([MS-WMF] section 2.2.2.8), which is used with the FloodFillMode to determine the area to fill.
      int getFloodFillMode()
      Gets or sets a 32-bit unsigned integer that specifies how to use the Color value to determine the area for the flood fill operation.
      Point getStart()
      Gets or sets a WMF PointL object ([MS-WMF] section 2.2.2.15), which specifies the coordinates, in logical units, where filling begins.
      void setArgb32Color(int value)
      Gets or sets a WMF ColorRef object ([MS-WMF] section 2.2.2.8), which is used with the FloodFillMode to determine the area to fill.
      void setFloodFillMode(int value)
      Gets or sets a 32-bit unsigned integer that specifies how to use the Color value to determine the area for the flood fill operation.
      void setStart(Point value)
      Gets or sets a WMF PointL object ([MS-WMF] section 2.2.2.15), which specifies the coordinates, in logical units, where filling begins.
    • Constructor Detail

      • EmfExtFloodFill

        public EmfExtFloodFill(EmfRecord source)

        Initializes a new instance of the EmfExtFloodFill class.

        Parameters:
        source - The source.
    • Method Detail

      • getStart

        public Point getStart()

        Gets or sets a WMF PointL object ([MS-WMF] section 2.2.2.15), which specifies the coordinates, in logical units, where filling begins.

      • setStart

        public void setStart(Point value)

        Gets or sets a WMF PointL object ([MS-WMF] section 2.2.2.15), which specifies the coordinates, in logical units, where filling begins.

      • getArgb32Color

        public int getArgb32Color()

        Gets or sets a WMF ColorRef object ([MS-WMF] section 2.2.2.8), which is used with the FloodFillMode to determine the area to fill.

      • setArgb32Color

        public void setArgb32Color(int value)

        Gets or sets a WMF ColorRef object ([MS-WMF] section 2.2.2.8), which is used with the FloodFillMode to determine the area to fill.

      • getFloodFillMode

        public int getFloodFillMode()

        Gets or sets a 32-bit unsigned integer that specifies how to use the Color value to determine the area for the flood fill operation. The value MUST be in the FloodFill enumeration (section 2.1.13).

      • setFloodFillMode

        public void setFloodFillMode(int value)

        Gets or sets a 32-bit unsigned integer that specifies how to use the Color value to determine the area for the flood fill operation. The value MUST be in the FloodFill enumeration (section 2.1.13).