![]() |
PDFix SDK
8.2.0
|
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 |
PdeGraphicState.
Graphics state.
| PdeColorState _PdeGraphicState::color_state |
Fill and stroke color properties in PdfColorState.
| PdfLineCap _PdeGraphicState::line_cap |
The line cap style.
| PdfLineJoin _PdeGraphicState::line_join |
The line join style.
| float _PdeGraphicState::line_width |
Line width in user space coordinates (PDF).
| float _PdeGraphicState::miter_limit |
The miter limit.