StackIndex

EmfPlusEndContainer.StackIndex property

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).

public int StackIndex { get; set; }

Property Value

The index of the stack.

See Also