EmfPlusRedEyeCorrectionEffect

Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.emf.emfplus.objects.EmfPlusObject, com.aspose.imaging.fileformats.emf.emfplus.objects.EmfPlusImageEffectsObjectType

public final class EmfPlusRedEyeCorrectionEffect extends EmfPlusImageEffectsObjectType

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

Constructors

ConstructorDescription
EmfPlusRedEyeCorrectionEffect()

Methods

MethodDescription
getNumberOfAreas()Gets or sets the A 32-bit signed integer that specifies the number of rectangles in the Areas field.
setNumberOfAreas(int value)Gets or sets the A 32-bit signed integer that specifies the number of rectangles in the Areas field.
getAreas()Gets or sets the An array of NumberOfAreas WMF RectL objects, specified in [MS-WMF] section 2.2.2.19.
setAreas(Rectangle[] value)Gets or sets the An array of NumberOfAreas WMF RectL objects, specified in [MS-WMF] section 2.2.2.19.

EmfPlusRedEyeCorrectionEffect()

public EmfPlusRedEyeCorrectionEffect()

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.

Returns: int

setNumberOfAreas(int value)

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.

Parameters:

ParameterTypeDescription
valueint

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.

Returns: com.aspose.imaging.Rectangle[]

setAreas(Rectangle[] value)

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.

Parameters:

ParameterTypeDescription
valueRectangle[]