public final class EmfPlusSave extends EmfPlusStateRecordType
The EmfPlusSave record saves the graphics state, identified by a specified index, on a stack of saved graphics states.
Constructor and Description |
---|
EmfPlusSave(EmfPlusRecord source)
Initializes a new instance of the
EmfPlusSave class. |
Modifier and Type | Method and Description |
---|---|
int |
getStackIndex()
Gets or sets a 32-bit unsigned integer that specifies a level to associate with the
graphics state.
|
void |
setStackIndex(int value)
Gets or sets a 32-bit unsigned integer that specifies a level to associate with the
graphics state.
|
getDataSize, getFlags, getSize, getType, setDataSize, setFlags, setSize
public EmfPlusSave(EmfPlusRecord source)
Initializes a new instance of the EmfPlusSave
class.
source
- The source.public int getStackIndex()
Gets or sets a 32-bit unsigned integer that specifies a level to associate with the graphics state. The level value can be used by a subsequent EmfPlusRestore record (section 2.3.7.4) operation to retrieve the graphics state.
Value: The index of the stack.public void setStackIndex(int value)
Gets or sets a 32-bit unsigned integer that specifies a level to associate with the graphics state. The level value can be used by a subsequent EmfPlusRestore record (section 2.3.7.4) operation to retrieve the graphics state.
Value: The index of the stack.