EmfPlusRedEyeCorrectionEffect

EmfPlusRedEyeCorrectionEffect class

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

public sealed class EmfPlusRedEyeCorrectionEffect : EmfPlusImageEffectsObjectType

Constructors

NameDescription
EmfPlusRedEyeCorrectionEffect()The default constructor.

Properties

NameDescription
Areas { get; set; }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.
NumberOfAreas { get; set; }Gets or sets the A 32-bit signed integer that specifies the number of rectangles in the Areas field.

See Also