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

PdfGraphicState. More...

#include <pdfix.h>

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.

Member Data Documentation

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

◆ miter_limit

float _PdfGraphicState::miter_limit

The miter limit.