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

PdeGraphicState. More...

#include <pdfix.h>

Public Member Functions

 _PdeGraphicState ()

Public Attributes

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

Detailed Description

PdeGraphicState.

Graphics state.

Constructor & Destructor Documentation

◆ _PdeGraphicState()

_PdeGraphicState::_PdeGraphicState ( )
inline

Member Data Documentation

◆ blend_mode

PdfBlendMode _PdeGraphicState::blend_mode

◆ color_state

PdeColorState _PdeGraphicState::color_state

Fill and stroke color properties in PdfColorState.

◆ line_cap

PdfLineCap _PdeGraphicState::line_cap

The line cap style.

◆ line_join

PdfLineJoin _PdeGraphicState::line_join

The line join style.

◆ line_width

float _PdeGraphicState::line_width

Line width in user space coordinates (PDF).

◆ matrix

PdfMatrix _PdeGraphicState::matrix

◆ miter_limit

float _PdeGraphicState::miter_limit

The miter limit.