PDFix SDK  9.0.0
Loading...
Searching...
No Matches
_PdfGraphicState Struct Reference

PdfGraphicState. More...

#include <pdfix.h>

Public Member Functions

 _PdfGraphicState ()

Public Attributes

PdfColorState color_state
float line_width
float miter_limit
PdfLineCap line_cap
PdfLineJoin line_join
PdfBlendMode blend_mode
PdfMatrix matrix

Detailed Description

PdfGraphicState.

Graphics state.

Constructor & Destructor Documentation

◆ _PdfGraphicState()

_PdfGraphicState::_PdfGraphicState ( )
inline

Member Data Documentation

◆ blend_mode

PdfBlendMode _PdfGraphicState::blend_mode

◆ color_state

PdfColorState _PdfGraphicState::color_state

Fill and stroke color properties in PdfColorState.

◆ line_cap

PdfLineCap _PdfGraphicState::line_cap

The line cap style.

◆ line_join

PdfLineJoin _PdfGraphicState::line_join

The line join style.

◆ line_width

float _PdfGraphicState::line_width

Line width in user space coordinates (PDF).

◆ matrix

PdfMatrix _PdfGraphicState::matrix

◆ miter_limit

float _PdfGraphicState::miter_limit

The miter limit.