PDFTool.NET
6.0
|
PDFの矩形座標を表現したクラスです。
矩形は左下(left,bottom)、右上(right,top)で表現されます。
座標の単位はmmで原点(0,0)は左下となりますので注意してください。
More...
#include <NetRect.h>
Public Member Functions | |
PdfTk::PtlRect * | getNative () |
PtlRect () | |
コンストラクタ More... | |
PtlRect (float left, float bottom, float right, float top) | |
コンストラクタ More... | |
PtlRect (PtlRect^ obj) | |
コピーコンストラクタ More... | |
‾PtlRect () | |
デストラクタ | |
!PtlRect () | |
ファイナライザ。 | |
PtlRect | operator= (PtlRect^ obj) |
コピーオペレータ More... | |
float | getLeft () |
座標を取得:左 More... | |
void | setLeft (float left) |
座標を設定:左 More... | |
float | getBottom () |
座標を取得:下 More... | |
void | setBottom (float bottom) |
座標を設定:下 More... | |
float | getRight () |
座標を取得:右 More... | |
void | setRight (float right) |
座標を設定:右 More... | |
float | getTop () |
座標を取得:上 More... | |
void | setTop (float top) |
座標を設定:上 More... | |
Protected Attributes | |
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 | ||
) |
コンストラクタ
座標の単位はmmで原点(0,0)は左下となりますので注意してください。
left | 左 |
bottom | 下 |
right | 右 |
top | 上 |
PtlException |
PdfTkNet::PtlRect::PtlRect | ( | PtlRect^ | obj | ) |
float PdfTkNet::PtlRect::getBottom | ( | ) |
float PdfTkNet::PtlRect::getLeft | ( | ) |
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 | ) |