Antenna House PDF Tool API (C++) 8.0
PtlEditPathRect.h
1
2// PtlEditPathRect.h
3// Copyright (C) 2020 Antenna House,Inc.
4// All rights reserved.
6#ifndef PDFTK_PTL_EDIT_PATH_RECT_H_
7#define PDFTK_PTL_EDIT_PATH_RECT_H_
8
9#include "PtlRect.h"
10#include "PtlEditPathItem.h"
11
12namespace PdfTk {
13
18
19class PDFTK_API PtlEditPathRect : public PtlEditPathItem
20{
21public:
27
34
39
40public:
46
47public:
56};
57
58} // namespace PdfTk
59
60#endif // PDFTK_PTL_EDIT_PATH_RECT_H_
PtlEditPathItem(PATH_ITEM_TYPE type)
コンストラクタ
~PtlEditPathRect()
デストラクタ
PtlRect getRect()
矩形座標を取得。
PtlEditPathRect(const PtlEditPathRect &obj)
コピーコンストラクタ
PtlEditPathRect()
コンストラクタ
PtlEditPathRect & operator=(const PtlEditPathRect &obj)
コピーオペレータ