EmfPlusEndContainer klass
Innehåll
[
Dölj
]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
| Name | Description |
|---|---|
| EmfPlusEndContainer(source) | Initierar en ny instans av klassen EmfPlusEndContainer. |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| data_size | int | r/w | Hä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. |
| flaggor | int | r/w | Hä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. |
| storlek | int | r/w | Hä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_index | int | r/w | Hä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). |
| type | EmfPlusRecordType | r | Hämtar ett 16-bitars osignerat heltal som identifierar posttypen. |
Constructor: EmfPlusEndContainer(source)
EmfPlusEndContainer(source)
Initierar en ny instans av klassen EmfPlusEndContainer.
Parameters:
| Parameter | Typ | Beskrivning |
|---|---|---|
| source | EmfPlusRecord | Källan. |