Class EmfPlusBeginContainer

Class EmfPlusBeginContainer

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

Il record EmfPlusBeginContainer apre un nuovo contenitore di stato grafico e specifica una trasformazione per esso.

public sealed class EmfPlusBeginContainer : EmfPlusStateRecordType

Inheritance

object MetaObject EmfPlusRecord EmfPlusStateRecordType EmfPlusBeginContainer

I membri ereditari

EmfPlusRecord.Type , EmfPlusRecord.Flags , EmfPlusRecord.Size , EmfPlusRecord.DataSize , object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

EmfPlusBeginContainer(EmfPlusRecord)

Inizializza una nuova instanza della classe Aspose.Imaging.FileFormats.Emf. EmfPlus.Records.EmbPlusBeginContainer.

public EmfPlusBeginContainer(EmfPlusRecord source)

Parameters

source EmfPlusRecord

La fonte .

Properties

DestRect

Riceve o imposta un oggetto EmfPlusRectF (sezione 2.2.2.39) che, con SrcRekt, specificaQuesta trasformazione si verifica in SrcRect quando applicata a DestRekt.

public RectangleF DestRect { get; set; }

Valore di proprietà

RectangleF

PageUnit

Ottieni l’unità di pagina.

public EmfPlusUnitType PageUnit { get; }

Valore di proprietà

EmfPlusUnitType

SrcRect

Riceve o impone un rettangolo EmfPlusRectF che, con DestRekt, specifica una trasformazioneper il contenitore.Questa trasformazione si verifica in SrcRect quando applicata a DestRekt.

public RectangleF SrcRect { get; set; }

Valore di proprietà

RectangleF

StackIndex

Riceve o impone un integratore non firmato a 32 bit che specifica un indice da associare alContenitore di stato grafico. l’indice deve essere riferito da un successivoEmfPlusEndContainer registrazione (sezione 2.3.7.3) per chiudere il contenitore di stato grafico.

public int StackIndex { get; set; }

Valore di proprietà

int

 Italiano