public final class EmfPlusRedEyeCorrectionEffect extends EmfPlusImageEffectsObjectType
The RedEyeCorrectionEffect object specifies areas of an image to which a red-eye correction is applied.
Constructor and Description |
---|
EmfPlusRedEyeCorrectionEffect() |
Modifier and Type | Method and Description |
---|---|
Rectangle[] |
getAreas()
Gets or sets the An array of NumberOfAreas WMF RectL objects, specified in [MS-WMF]
section 2.2.2.19.
|
int |
getNumberOfAreas()
Gets or sets the A 32-bit signed integer that specifies the number of rectangles in
the Areas field.
|
void |
setAreas(Rectangle[] value)
Gets or sets the An array of NumberOfAreas WMF RectL objects, specified in [MS-WMF]
section 2.2.2.19.
|
void |
setNumberOfAreas(int value)
Gets or sets the A 32-bit signed integer that specifies the number of rectangles in
the Areas field.
|
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.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.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.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.