PDFTool.NET
6.0
Include
PdfTkNet
NetRect.h
1
10
#ifndef PDFTK_NET_PTLRECT_H_
11
#define PDFTK_NET_PTLRECT_H_
12
13
#include <PdfTkNet/NetTk.h>
14
15
namespace
PdfTkNet {
16
23
public ref class
PtlRect
:
public
System::IDisposable
24
{
25
protected
:
26
PdfTk::PtlRect* m_native;
27
public
:
28
PdfTk::PtlRect* getNative() {
return
m_native; };
29
30
public
:
35
PtlRect
();
36
47
PtlRect
(
float
left,
float
bottom,
float
right,
float
top);
48
54
PtlRect
(
PtlRect
^ obj);
55
59
‾PtlRect
();
60
64
!
PtlRect
();
65
66
public
:
71
PtlRect
^
operator=
(
PtlRect
^ obj);
72
73
public
:
81
float
getLeft
();
82
90
void
setLeft
(
float
left);
91
99
float
getBottom
();
100
108
void
setBottom
(
float
bottom);
109
117
float
getRight
();
118
126
void
setRight
(
float
right);
127
135
float
getTop
();
136
144
void
setTop
(
float
top);
145
};
146
147
}
// namespace PdfTkNet
148
149
#endif // PDFTK_NET_PTLRECT_H_
PdfTkNet::PtlRect::getTop
float getTop()
座標を取得:上
PdfTkNet::PtlRect::getRight
float getRight()
座標を取得:右
PdfTkNet::PtlRect::‾PtlRect
‾PtlRect()
デストラクタ
PdfTkNet::PtlRect::setLeft
void setLeft(float left)
座標を設定:左
PdfTkNet::PtlRect::setRight
void setRight(float right)
座標を設定:右
PdfTkNet::PtlRect::setBottom
void setBottom(float bottom)
座標を設定:下
PdfTkNet::PtlRect::PtlRect
PtlRect(PtlRect^ obj)
コピーコンストラクタ
PdfTkNet::PtlRect::getLeft
float getLeft()
座標を取得:左
PdfTkNet::PtlRect::PtlRect
PtlRect()
コンストラクタ
PdfTkNet::PtlRect
PDFの矩形座標を表現したクラスです。 矩形は左下(left,bottom)、右上(right,top)で表現されます。 座標の単位はmmで原点(0,0)は左下となりますので注意してください。
Definition:
NetRect.h:24
PdfTkNet::PtlRect::setTop
void setTop(float top)
座標を設定:上
PdfTkNet::PtlRect::operator=
PtlRect operator=(PtlRect^ obj)
コピーオペレータ
PdfTkNet::PtlRect::PtlRect
PtlRect(float left, float bottom, float right, float top)
コンストラクタ
PdfTkNet::PtlRect::getBottom
float getBottom()
座標を取得:下
Generated by
1.8.18