|
wxPdfDocument 0.9.2
|
Class representing coons patch mesh gradients. (For internal use only) More...
#include <pdfgradient.h>
Public Member Functions | |
| wxPdfCoonsPatchGradient (const wxPdfCoonsPatchMesh &mesh, double minCoord, double maxCoord) | |
| Constructor. | |
| virtual | ~wxPdfCoonsPatchGradient () |
| Destructor. | |
| wxPdfColourType | GetColourType () |
| Get the colour type. | |
| wxMemoryOutputStream * | GetBuffer () |
| Get the buffer holding the gradient data. | |
Class representing coons patch mesh gradients. (For internal use only)
| wxPdfCoonsPatchGradient::wxPdfCoonsPatchGradient | ( | const wxPdfCoonsPatchMesh & | mesh, |
| double | minCoord, | ||
| double | maxCoord | ||
| ) |
Constructor.
| virtual wxPdfCoonsPatchGradient::~wxPdfCoonsPatchGradient | ( | ) | [virtual] |
Destructor.
| wxMemoryOutputStream* wxPdfCoonsPatchGradient::GetBuffer | ( | ) | [inline] |
Get the buffer holding the gradient data.
| wxPdfColourType wxPdfCoonsPatchGradient::GetColourType | ( | ) | [inline] |
Get the colour type.
1.7.4