wxPdfDocument 0.9.2
|
Class representing the sensitive area of links referring to a page. (For internal use only) More...
#include <pdflinks.h>
Public Member Functions | |
wxPdfPageLink (double x, double y, double w, double h, const wxPdfLink &pdfLink) | |
Constructor. | |
virtual | ~wxPdfPageLink () |
Destructor. | |
double | GetX () |
Get the X offset. | |
double | GetY () |
Get the Y offset. | |
double | GetWidth () |
Get the width. | |
double | GetHeight () |
Get the height. |
Class representing the sensitive area of links referring to a page. (For internal use only)
wxPdfPageLink::wxPdfPageLink | ( | double | x, |
double | y, | ||
double | w, | ||
double | h, | ||
const wxPdfLink & | pdfLink | ||
) |
Constructor.
virtual wxPdfPageLink::~wxPdfPageLink | ( | ) | [virtual] |
Destructor.
double wxPdfPageLink::GetHeight | ( | ) | [inline] |
Get the height.
double wxPdfPageLink::GetWidth | ( | ) | [inline] |
Get the width.
double wxPdfPageLink::GetX | ( | ) | [inline] |
Get the X offset.
double wxPdfPageLink::GetY | ( | ) | [inline] |
Get the Y offset.