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

PdeGraphicState. More...

#include <pdfix.h>

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.

Member Data Documentation

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

◆ miter_limit

float _PdeGraphicState::miter_limit

The miter limit.