StackIndex

EmfPlusSave.StackIndex property

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.

public int StackIndex { get; set; }

Property Value

The index of the stack.

See Also