Class EmfPlusRedEyeCorrectionEffect
The RedEyeCorrectionEffect object specifies areas of an image to which a red-eye correction is applied.
public sealed class EmfPlusRedEyeCorrectionEffect : EmfPlusImageEffectsObjectType
- Inheritance
-
EmfPlusRedEyeCorrectionEffect
- Inherited Members
Constructors
EmfPlusRedEyeCorrectionEffect()
public EmfPlusRedEyeCorrectionEffect()
Properties
Areas
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.
public Rectangle[] Areas { get; set; }
Property Value
- Rectangle[]
The areas.
NumberOfAreas
Gets or sets the A 32-bit signed integer that specifies the number of rectangles in the Areas field.
public int NumberOfAreas { get; set; }
Property Value
- int
The number of areas.