Class representing a coons patch. (For internal use only).
More...
#include <pdfgradient.h>
Class representing a coons patch. (For internal use only).
◆ wxPdfCoonsPatch()
| wxPdfCoonsPatch::wxPdfCoonsPatch |
( |
int | edgeFlag, |
|
|
wxPdfColour | colours[], |
|
|
double | x[], |
|
|
double | y[] ) |
Constructor.
- Parameters
-
| edgeFlag | The edge flag |
| colours | The array of 4 colours |
| x | The array of 12 X coordinates |
| y | The array of 12 Y coordinates |
◆ ~wxPdfCoonsPatch()
| virtual wxPdfCoonsPatch::~wxPdfCoonsPatch |
( |
| ) |
|
|
virtual |
◆ GetColours()
Get the colour array.
- Returns
- The array of colours
◆ GetEdgeFlag()
| int wxPdfCoonsPatch::GetEdgeFlag |
( |
| ) |
|
|
inline |
Get the edge flag.
- Returns
- The edge flag
◆ GetX()
| double * wxPdfCoonsPatch::GetX |
( |
| ) |
|
|
inline |
Get the array of x coordinates.
- Returns
- The array of X coordinates
◆ GetY()
| double * wxPdfCoonsPatch::GetY |
( |
| ) |
|
|
inline |
Get the array of y coordinates.
- Returns
- The array of Y coordinates
The documentation for this class was generated from the following file: