|
Antenna House PDF Tool API (C++) 8.0
|
#include <PtlRect.h>
公開メンバ関数 | |
| int | getHandle () const |
| PtlRect () | |
| コンストラクタ | |
| PtlRect (float left, float bottom, float right, float top) | |
| コンストラクタ | |
| PtlRect (const PtlRect &obj) | |
| コピーコンストラクタ | |
| ~PtlRect () | |
| デストラクタ | |
| PtlRect & | operator= (const PtlRect &obj) |
| コピーオペレータ | |
| float | getLeft () const |
| 座標を取得:左 | |
| void | setLeft (float left) |
| 座標を設定:左 | |
| float | getBottom () const |
| void | setBottom (float bottom) |
| 座標を設定:下 | |
| float | getRight () const |
| 座標を取得:右 | |
| void | setRight (float right) |
| 座標を設定:右 | |
| float | getTop () const |
| 座標を取得:上 | |
| void | setTop (float top) |
| 座標を設定:上 | |
PDFの矩形座標を表現したクラスです。
矩形は左下(left,bottom)、右上(right,top)で表現されます。
座標の単位はmmで原点(0,0)は左下となりますので注意してください。
| PdfTk::PtlRect::PtlRect | ( | ) |
コンストラクタ
| PtlException |
| PdfTk::PtlRect::PtlRect | ( | float | left, |
| float | bottom, | ||
| float | right, | ||
| float | top ) |
| PdfTk::PtlRect::PtlRect | ( | const PtlRect & | obj | ) |
| float PdfTk::PtlRect::getBottom | ( | ) | const |
| float PdfTk::PtlRect::getLeft | ( | ) | const |
| float PdfTk::PtlRect::getRight | ( | ) | const |
| float PdfTk::PtlRect::getTop | ( | ) | const |
| void PdfTk::PtlRect::setBottom | ( | float | bottom | ) |
| void PdfTk::PtlRect::setLeft | ( | float | left | ) |
| void PdfTk::PtlRect::setRight | ( | float | right | ) |
| void PdfTk::PtlRect::setTop | ( | float | top | ) |