Aspose::Pdf::Vector::GraphicState class

GraphicState class

Represents graphic state of the current GraphicElement.

class GraphicState : public System::Object

Methods

MethodDescription
get_ClipsAndMatrices() constGets the operators representing clips and concatenation matrices.
get_ColorsAndStyles() constGets the operators representing colorspaces, colors and line styles.
get_Matrix() constGets the current transformation matrix.
set_Matrix(System::SharedPtr<Aspose::Pdf::Matrix>)Gets the current transformation matrix.

See Also