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