EmfPlusEndContainer klass

Summary: The EmfPlusEndContainer record closes a graphics state container that was previously opened by a begin container operation.

Module: aspose.imaging.fileformats.emf.emfplus.records

Full Name: aspose.imaging.fileformats.emf.emfplus.records.EmfPlusEndContainer

Inheritance: EmfPlusStateRecordType

Constructors

NameDescription
EmfPlusEndContainer(source)Initierar en ny instans av klassen EmfPlusEndContainer.

Properties

NameTypeAccessDescription
data_sizeintr/wHämtar eller anger ett 32-bitars osignerat heltal som MÅSTE definiera det 32-bitars‑justerade antalet
databytes i RecordData‑fältet som följer. Detta tal inkluderar inte 12‑bytes posthuvudet.
flaggorintr/wHämtar eller anger ett 16-bitars osignerat heltal som innehåller information för vissa poster om hur
operationen ska utföras och om postens struktur.
storlekintr/wHämtar eller anger ett 32-bitars osignerat heltal som specificerar det 32-bitars‑justerade antalet bytes
i hela posten, inklusive 12‑bytes posthuvudet och post‑specifik data.
stack_indexintr/wHämtar eller anger ett 32-bitars osignerat heltal som specificerar indexet för en grafikstatus
behållare. Indexet MÅSTE matcha värdet som är associerat med en grafikstatusbehållare
som öppnades av en tidigare EmfPlusBeginContainer (avsnitt 2.3.7.1) eller
EmfPlusBeginContainerNoParams-post (avsnitt 2.3.7.2).
typeEmfPlusRecordTyperHämtar ett 16-bitars osignerat heltal som identifierar posttypen.

Constructor: EmfPlusEndContainer(source)

 EmfPlusEndContainer(source) 

Initierar en ny instans av klassen EmfPlusEndContainer.

Parameters:

ParameterTypBeskrivning
sourceEmfPlusRecordKällan.