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