Packages

 

com.aspose.imaging.fileformats.emf.emfplus.objects

Classes

com.aspose.imaging.fileformats.emf.emfplus.objects

Class EmfPlusRedEyeCorrectionEffect

  • All Implemented Interfaces:
    Cloneable


    public final class EmfPlusRedEyeCorrectionEffect
    extends EmfPlusImageEffectsObjectType

    The RedEyeCorrectionEffect object specifies areas of an image to which a red-eye correction is applied.

    • Constructor Detail

      • EmfPlusRedEyeCorrectionEffect

        public EmfPlusRedEyeCorrectionEffect()
    • Method Detail

      • getNumberOfAreas

        public int getNumberOfAreas()

        Gets or sets the A 32-bit signed integer that specifies the number of rectangles in the Areas field.

        Value: The number of areas.
      • setNumberOfAreas

        public void setNumberOfAreas(int value)

        Gets or sets the A 32-bit signed integer that specifies the number of rectangles in the Areas field.

        Value: The number of areas.
      • getAreas

        public Rectangle[] getAreas()

        Gets or sets the An array of NumberOfAreas WMF RectL objects, specified in [MS-WMF] section 2.2.2.19. Each rectangle specifies an area of the bitmap image to which the red-eye correction effect SHOULD be applied.

        Value: The areas.
      • setAreas

        public void setAreas(Rectangle[] value)

        Gets or sets the An array of NumberOfAreas WMF RectL objects, specified in [MS-WMF] section 2.2.2.19. Each rectangle specifies an area of the bitmap image to which the red-eye correction effect SHOULD be applied.

        Value: The areas.