wxPdfDocument 1.2.0
|
Class representing ExtGState. (For internal use only) More...
#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.
|
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.