wxPdfDocument
0.9.3
|
Class representing patterns. More...
#include <pdfpattern.h>
Public Member Functions | |
wxPdfPattern (int index, double width, double height) | |
Constructor for pattern. | |
wxPdfPattern (const wxPdfPattern &pattern) | |
Copy constructor. | |
void | SetObjIndex (int index) |
Set object index. | |
int | GetObjIndex () const |
Get object index. | |
int | GetIndex () const |
Get pattern index. | |
void | SetImage (wxPdfImage *image) |
Set image. | |
wxPdfImage * | GetImage () const |
Get image. | |
double | GetWidth () const |
Get pattern width. | |
double | GetHeight () const |
Get pattern height. |
Class representing patterns.
wxPdfPattern::wxPdfPattern | ( | int | index, |
double | width, | ||
double | height | ||
) |
Constructor for pattern.
index | The pattern index |
width | The pattern width |
height | The pattern height |
wxPdfPattern::wxPdfPattern | ( | const wxPdfPattern & | pattern | ) |
Copy constructor.
|
inline |
Get pattern height.
|
inline |
Get image.
|
inline |
Get pattern index.
|
inline |
Get object index.
|
inline |
Get pattern width.
|
inline |
Set image.
|
inline |
Set object index.