#include <pdfform.h>
Inheritance diagram for wxPdfAnnotationObject:
Public Member Functions | |
wxPdfAnnotationObject (int objectId, int generationId) | |
~wxPdfAnnotationObject () | |
void | SetRectangle (double x, double y, double width, double height) |
Set the associated rectangular area. | |
double | GetX () |
Get the X offset. | |
double | GetY () |
Get the Y offset. | |
double | GetWidth () |
Get the width. | |
double | GetHeight () |
Get the height. |
wxPdfAnnotationObject::wxPdfAnnotationObject | ( | int | objectId, | |
int | generationId | |||
) |
wxPdfAnnotationObject::~wxPdfAnnotationObject | ( | ) |
void wxPdfAnnotationObject::SetRectangle | ( | double | x, | |
double | y, | |||
double | width, | |||
double | height | |||
) |
Set the associated rectangular area.
double wxPdfAnnotationObject::GetX | ( | ) | [inline] |
Get the X offset.
double wxPdfAnnotationObject::GetY | ( | ) | [inline] |
Get the Y offset.
double wxPdfAnnotationObject::GetWidth | ( | ) | [inline] |
Get the width.
double wxPdfAnnotationObject::GetHeight | ( | ) | [inline] |
Get the height.