Class EmfPlusRedEyeCorrectionEffect

Class EmfPlusRedEyeCorrectionEffect

Namespace: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects
Assembly: Aspose.Imaging.dll (25.2.0)

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

public sealed class EmfPlusRedEyeCorrectionEffect : EmfPlusImageEffectsObjectType

Inheritance

objectMetaObjectEmfPlusObjectEmfPlusImageEffectsObjectTypeEmfPlusRedEyeCorrectionEffect

Inherited Members

object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

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[]

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