PDFTool
7.0
|
パスの矩形を表現したクラスです。
PtlEditPathRectはPtlEditPathItemを継承しています。
More...
#include <PtlEditPathRect.h>
Public Member Functions | |
PtlEditPathRect () | |
コンストラクタ More... | |
PtlEditPathRect (const PtlEditPathRect &obj) | |
コピーコンストラクタ More... | |
‾PtlEditPathRect () | |
デストラクタ | |
PtlEditPathRect & | operator= (const PtlEditPathRect &obj) |
コピーオペレータ More... | |
PtlRect | getRect () |
矩形座標を取得。 More... | |
![]() | |
int | getHandle () const |
PtlEditPathItem (PATH_ITEM_TYPE type) | |
コンストラクタ More... | |
PtlEditPathItem (const PtlEditPathItem &obj) | |
コピーコンストラクタ alias copy More... | |
virtual | ‾PtlEditPathItem () |
デストラクタ | |
PtlEditPathItem & | operator= (const PtlEditPathItem &obj) |
コピーオペレータ alias copy More... | |
PATH_ITEM_TYPE | getType () const |
パスアイテムタイプを取得。 More... | |
Additional Inherited Members | |
![]() | |
enum | PATH_ITEM_TYPE { TYPE_PATH_LINE = 1, TYPE_PATH_RECT = 2, TYPE_PATH_CURVE = 3 } |
パスアイテムのタイプ More... | |
パスの矩形を表現したクラスです。
PtlEditPathRectはPtlEditPathItemを継承しています。
PdfTk::PtlEditPathRect::PtlEditPathRect | ( | ) |
コンストラクタ
PtlException |
PdfTk::PtlEditPathRect::PtlEditPathRect | ( | const PtlEditPathRect & | obj | ) |
PtlRect PdfTk::PtlEditPathRect::getRect | ( | ) |
PtlEditPathRect& PdfTk::PtlEditPathRect::operator= | ( | const PtlEditPathRect & | obj | ) |
コピーオペレータ
obj | コピー元オブジェクト。 |