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
12
namespace
PdfTk {
13
18
19
class
PDFTK_API
PtlEditPathRect
:
public
PtlEditPathItem
20
{
21
public
:
26
PtlEditPathRect
();
27
33
PtlEditPathRect
(
const
PtlEditPathRect
& obj);
34
38
~PtlEditPathRect
();
39
40
public
:
45
PtlEditPathRect
&
operator=
(
const
PtlEditPathRect
& obj);
46
47
public
:
55
PtlRect
getRect
();
56
};
57
58
}
// namespace PdfTk
59
60
#endif
// PDFTK_PTL_EDIT_PATH_RECT_H_
PdfTk::PtlEditPathItem::PtlEditPathItem
PtlEditPathItem(PATH_ITEM_TYPE type)
コンストラクタ
PdfTk::PtlEditPathRect::~PtlEditPathRect
~PtlEditPathRect()
デストラクタ
PdfTk::PtlEditPathRect::getRect
PtlRect getRect()
矩形座標を取得。
PdfTk::PtlEditPathRect::PtlEditPathRect
PtlEditPathRect(const PtlEditPathRect &obj)
コピーコンストラクタ
PdfTk::PtlEditPathRect::PtlEditPathRect
PtlEditPathRect()
コンストラクタ
PdfTk::PtlEditPathRect::operator=
PtlEditPathRect & operator=(const PtlEditPathRect &obj)
コピーオペレータ
PdfTk::PtlRect
Definition
PtlRect.h:20
Include
PdfTk
PtlEditPathRect.h
構築:
1.14.0