wxPdfDocument
0.9.7
|
Class representing a coons patch. (For internal use only) More...
#include <pdfgradient.h>
Public Member Functions | |
wxPdfCoonsPatch (int edgeFlag, wxPdfColour colours[], double x[], double y[]) | |
Constructor. More... | |
virtual | ~wxPdfCoonsPatch () |
Destructor. More... | |
int | GetEdgeFlag () |
Get the edga flag. More... | |
wxPdfColour * | GetColours () |
Get the colour array. More... | |
double * | GetX () |
Get the array of x coordinates. More... | |
double * | GetY () |
Get the array of y coordinates. More... | |
Class representing a coons patch. (For internal use only)
wxPdfCoonsPatch::wxPdfCoonsPatch | ( | int | edgeFlag, |
wxPdfColour | colours[], | ||
double | x[], | ||
double | y[] | ||
) |
Constructor.
edgeFlag | |
colours | |
x | |
y |
|
virtual |
Destructor.
|
inline |
Get the colour array.
|
inline |
Get the edga flag.
|
inline |
Get the array of x coordinates.
|
inline |
Get the array of y coordinates.