Class GraphicState

GraphicState class

Represents graphic state of the current GraphicElement.

public class GraphicState

Properties

NameDescription
ClipsAndMatrices { get; }Gets the operators representing clips and concatenation matrices.
ColorsAndStyles { get; }Gets the operators representing colorspaces, colors and line styles.
Matrix { get; set; }Gets the current transformation matrix.

See Also