![]() |
wxPdfDocument
1.4.0
Library for generating PDF documents from wxWidgets applications
|
#include <pdfgraphics.h>
Public Member Functions | |
| wxPdfExtGState (double lineAlpha, double fillAlpha, wxPdfBlendMode blendMode) | |
| Constructor. | |
| virtual | ~wxPdfExtGState () |
| Destructor. | |
| void | SetObjIndex (int n) |
| Set ExtGState object index. | |
| int | GetObjIndex () |
| Get ExtGState object index. | |
| double | GetLineAlpha () const |
| Get the alpha value for drawing operations. | |
| double | GetFillAlpha () const |
| Get the alpha value for filling operations. | |
| wxPdfBlendMode | GetBlendMode () const |
| Get the blend mode. | |
Class representing ExtGState. (For internal use only)
| wxPdfExtGState::wxPdfExtGState | ( | double | lineAlpha, |
| double | fillAlpha, | ||
| wxPdfBlendMode | blendMode ) |
Constructor.
| lineAlpha | Alpha value for drawing operations |
| fillAlpha | Alpha value for filling operations |
| blendMode | Blend mode |
|
virtual |
Destructor.
|
inline |
Get the blend mode.
|
inline |
Get the alpha value for filling operations.
|
inline |
Get the alpha value for drawing operations.
|
inline |
Get ExtGState object index.
|
inline |
Set ExtGState object index.
| n | Object index |