|
PDFTool
7.0
|
サイズ(幅、高さ)を表現したクラスです。
サイズの単位はmmでとなりますので注意してください。
More...
#include <PtlSize.h>
Public Member Functions | |
| int | getHandle () const |
| PtlSize () | |
| コンストラクタ More... | |
| PtlSize (float width, float height) | |
| コンストラクタ More... | |
| PtlSize (const PtlSize &obj) | |
| コピーコンストラクタ More... | |
| ‾PtlSize () | |
| デストラクタ | |
| PtlSize & | operator= (const PtlSize &obj) |
| コピーオペレータ More... | |
| float | getWidth () const |
| 幅を取得。 More... | |
| void | setWidth (float width) |
| 幅を設定。 More... | |
| float | getHeight () const |
| 高さを取得。 More... | |
| void | setHeight (float height) |
| 高さを設定。 More... | |
サイズ(幅、高さ)を表現したクラスです。
サイズの単位はmmでとなりますので注意してください。
| PdfTk::PtlSize::PtlSize | ( | ) |
コンストラクタ
| PtlException |
| PdfTk::PtlSize::PtlSize | ( | float | width, |
| float | height | ||
| ) |
| PdfTk::PtlSize::PtlSize | ( | const PtlSize & | obj | ) |
| float PdfTk::PtlSize::getHeight | ( | ) | const |
高さを取得。
| float PdfTk::PtlSize::getWidth | ( | ) | const |
幅を取得。
| void PdfTk::PtlSize::setHeight | ( | float | height | ) |
高さを設定。
| height | 高さの値(単位はmm) |
| void PdfTk::PtlSize::setWidth | ( | float | width | ) |
幅を設定。
| width | 幅の値(単位はmm) |
1.8.18