Areas

EmfPlusRedEyeCorrectionEffect.Areas property

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

The areas.

See Also