public final class EmfPlusBeginContainerNoParams extends EmfPlusStateRecordType
The EmfPlusBeginContainerNoParams record opens a new graphics state container.
Constructor and Description |
---|
EmfPlusBeginContainerNoParams(EmfPlusRecord source)
Initializes a new instance of the
EmfPlusBeginContainerNoParams class. |
Modifier and Type | Method and Description |
---|---|
int |
getStackIndex()
Gets or sets a 32-bit unsigned integer that specifies an index to associate with the
graphics state container.
|
void |
setStackIndex(int value)
Gets or sets a 32-bit unsigned integer that specifies an index to associate with the
graphics state container.
|
getDataSize, getFlags, getSize, getType, setDataSize, setFlags, setSize
public EmfPlusBeginContainerNoParams(EmfPlusRecord source)
Initializes a new instance of the EmfPlusBeginContainerNoParams
class.
source
- The source.public int getStackIndex()
Gets or sets a 32-bit unsigned integer that specifies an index to associate with the graphics state container. The index MUST be referenced by a subsequent EmfPlusEndContainer record (section 2.3.7.3) to close the graphics state container.
Value: The index of the stack.public void setStackIndex(int value)
Gets or sets a 32-bit unsigned integer that specifies an index to associate with the graphics state container. The index MUST be referenced by a subsequent EmfPlusEndContainer record (section 2.3.7.3) to close the graphics state container.
Value: The index of the stack.