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. | |
virtual | ~wxPdfCoonsPatch () |
Destructor. | |
int | GetEdgeFlag () |
Get the edga flag. | |
wxPdfColour * | GetColours () |
Get the colour array. | |
double * | GetX () |
Get the array of x coordinates. | |
double * | GetY () |
Get the array of y coordinates. |
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 wxPdfCoonsPatch::~wxPdfCoonsPatch | ( | ) | [virtual] |
Destructor.
wxPdfColour* wxPdfCoonsPatch::GetColours | ( | ) | [inline] |
Get the colour array.
int wxPdfCoonsPatch::GetEdgeFlag | ( | ) | [inline] |
Get the edga flag.
double* wxPdfCoonsPatch::GetX | ( | ) | [inline] |
Get the array of x coordinates.
double* wxPdfCoonsPatch::GetY | ( | ) | [inline] |
Get the array of y coordinates.