Class EmfPlusRedEyeCorrectionEffect

Class EmfPlusRedEyeCorrectionEffect

Il nome: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects Assemblea: Aspose.Imaging.dll (25.4.0)

L’oggetto RedEyeCorrectionEffect specifica le aree di un’immagine su cui viene applicata una correzione dell’occhio rosso.

public sealed class EmfPlusRedEyeCorrectionEffect : EmfPlusImageEffectsObjectType

Inheritance

object MetaObject EmfPlusObject EmfPlusImageEffectsObjectType EmfPlusRedEyeCorrectionEffect

I membri ereditari

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

Constructors

EmfPlusRedEyeCorrectionEffect()

public EmfPlusRedEyeCorrectionEffect()

Properties

Areas

Riceve o impone l’A serie di oggetti NumberOfAreas WMF RectL, specificati in [MS-WM F]Sezione 2.2.2.19. Ogni rettangolo specifica un’area dell’immagine bitmap su cui l’occhio rossoL’effetto di correzione deve essere applicato.

public Rectangle[] Areas { get; set; }

Valore di proprietà

Rectangle [ ]

NumberOfAreas

Riceve o impone l’integratore A 32-bit firmato che specifica il numero di rettangoli inIl campo delle aree.

public int NumberOfAreas { get; set; }

Valore di proprietà

int

 Italiano