6#ifndef PDFTK_PTLRECT_H_
7#define PDFTK_PTLRECT_H_
24 int getHandle()
const;
43 PtlRect(
float left,
float bottom,
float right,
float top);
void setLeft(float left)
座標を設定:左
void setRight(float right)
座標を設定:右
float getLeft() const
座標を取得:左
void setBottom(float bottom)
座標を設定:下
float getTop() const
座標を取得:上
void setTop(float top)
座標を設定:上
PtlRect(const PtlRect &obj)
コピーコンストラクタ
PtlRect(float left, float bottom, float right, float top)
コンストラクタ
float getRight() const
座標を取得:右
PtlRect & operator=(const PtlRect &obj)
コピーオペレータ