public final class EmfPlusEndContainer extends EmfPlusStateRecordType
The EmfPlusEndContainer record closes a graphics state container that was previously opened by a begin container operation.
Constructor and Description |
---|
EmfPlusEndContainer(EmfPlusRecord source)
Initializes a new instance of the
EmfPlusEndContainer class. |
Modifier and Type | Method and Description |
---|---|
int |
getStackIndex()
Gets or sets a 32-bit unsigned integer that specifies the index of a graphics state
container.
|
void |
setStackIndex(int value)
Gets or sets a 32-bit unsigned integer that specifies the index of a graphics state
container.
|
getDataSize, getFlags, getSize, getType, setDataSize, setFlags, setSize
public EmfPlusEndContainer(EmfPlusRecord source)
Initializes a new instance of the EmfPlusEndContainer
class.
source
- The source.public int getStackIndex()
Gets or sets a 32-bit unsigned integer that specifies the index of a graphics state container. The index MUST must match the value associated with a graphics state container opened by a previous EmfPlusBeginContainer (section 2.3.7.1) or EmfPlusBeginContainerNoParams record (section 2.3.7.2).
Value: The index of the stack.public void setStackIndex(int value)
Gets or sets a 32-bit unsigned integer that specifies the index of a graphics state container. The index MUST must match the value associated with a graphics state container opened by a previous EmfPlusBeginContainer (section 2.3.7.1) or EmfPlusBeginContainerNoParams record (section 2.3.7.2).
Value: The index of the stack.