wxPdfDocument  0.9.7
Public Member Functions | List of all members
wxPdfCoonsPatch Class Reference

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...
 
wxPdfColourGetColours ()
 Get the colour array. More...
 
double * GetX ()
 Get the array of x coordinates. More...
 
double * GetY ()
 Get the array of y coordinates. More...
 

Detailed Description

Class representing a coons patch. (For internal use only)

Constructor & Destructor Documentation

◆ wxPdfCoonsPatch()

wxPdfCoonsPatch::wxPdfCoonsPatch ( int  edgeFlag,
wxPdfColour  colours[],
double  x[],
double  y[] 
)

Constructor.

Parameters
edgeFlag
colours
x
y

◆ ~wxPdfCoonsPatch()

virtual wxPdfCoonsPatch::~wxPdfCoonsPatch ( )
virtual

Destructor.

Member Function Documentation

◆ GetColours()

wxPdfColour* wxPdfCoonsPatch::GetColours ( )
inline

Get the colour array.

◆ GetEdgeFlag()

int wxPdfCoonsPatch::GetEdgeFlag ( )
inline

Get the edga flag.

◆ GetX()

double* wxPdfCoonsPatch::GetX ( )
inline

Get the array of x coordinates.

◆ GetY()

double* wxPdfCoonsPatch::GetY ( )
inline

Get the array of y coordinates.


The documentation for this class was generated from the following file: