wxPdfDocument 1.2.0
Classes | Enumerations | Variables
pdfgradient.h File Reference

Interface of PDF gradient classes. More...

#include <wx/mstream.h>
#include "wx/pdfdocdef.h"
#include "wx/pdfcolour.h"

Classes

class  wxPdfGradient
 Class representing gradients. (For internal use only) More...
 
class  wxPdfAxialGradient
 Class representing axial gradients. (For internal use only) More...
 
class  wxPdfMidAxialGradient
 Class representing mid axial gradients. (For internal use only) More...
 
class  wxPdfRadialGradient
 Class representing radial gradients. (For internal use only) More...
 
class  wxPdfCoonsPatch
 Class representing a coons patch. (For internal use only) More...
 
class  wxPdfCoonsPatchGradient
 Class representing coons patch mesh gradients. (For internal use only) More...
 

Enumerations

enum  wxPdfGradientType { wxPDF_GRADIENT_AXIAL , wxPDF_GRADIENT_MIDAXIAL , wxPDF_GRADIENT_RADIAL , wxPDF_GRADIENT_COONS }
 

Variables

class WXDLLIMPEXP_FWD_PDFDOC wxPdfCoonsPatchMesh
 

Detailed Description

Interface of PDF gradient classes.

Enumeration Type Documentation

◆ wxPdfGradientType

Enumerator
wxPDF_GRADIENT_AXIAL 
wxPDF_GRADIENT_MIDAXIAL 
wxPDF_GRADIENT_RADIAL 
wxPDF_GRADIENT_COONS 

Variable Documentation

◆ wxPdfCoonsPatchMesh

class WXDLLIMPEXP_FWD_PDFDOC wxPdfCoonsPatchMesh