StackIndex

EmfPlusRestore.StackIndex property

Gets or sets a 32-bit unsigned integer that specifies the level associated with a graphics state. The level value was assigned to the graphics state by a previous EmfPlusSave record (section 2.3.7.5).

public int StackIndex { get; set; }

Property Value

The index of the stack.

See Also