PDFTool.NET
6.0
Include
PdfTkNet
NetSize.h
1
10
#ifndef PDFTK_NET_PTLSIZE_H_
11
#define PDFTK_NET_PTLSIZE_H_
12
13
#include <PdfTkNet/NetTk.h>
14
15
namespace
PdfTkNet {
16
22
public ref class
PtlSize
:
public
System::IDisposable
23
{
24
protected
:
25
PdfTk::PtlSize* m_native;
26
public
:
27
PdfTk::PtlSize* getNative() {
return
m_native; };
28
29
public
:
34
PtlSize
();
35
42
PtlSize
(
float
width,
float
height);
43
49
PtlSize
(
PtlSize
^ obj);
50
54
‾PtlSize
();
55
59
!
PtlSize
();
60
61
public
:
66
PtlSize
^
operator=
(
PtlSize
^ obj);
67
68
public
:
73
float
getWidth
();
74
79
void
setWidth
(
float
width);
80
85
float
getHeight
();
86
91
void
setHeight
(
float
height);
92
};
93
94
}
// namespace PdfTkNet
95
96
#endif // PDFTK_NET_PTLSIZE_H_
PdfTkNet::PtlSize::‾PtlSize
‾PtlSize()
デストラクタ
PdfTkNet::PtlSize::setHeight
void setHeight(float height)
高さを設定。
PdfTkNet::PtlSize::getHeight
float getHeight()
高さを取得。
PdfTkNet::PtlSize::PtlSize
PtlSize()
コンストラクタ
PdfTkNet::PtlSize::setWidth
void setWidth(float width)
幅を設定。
PdfTkNet::PtlSize::PtlSize
PtlSize(PtlSize^ obj)
コピーコンストラクタ
PdfTkNet::PtlSize
サイズ(幅、高さ)を表現したクラスです。 サイズの単位はmmでとなりますので注意してください。
Definition:
NetSize.h:23
PdfTkNet::PtlSize::operator=
PtlSize operator=(PtlSize^ obj)
コピーオペレータ
PdfTkNet::PtlSize::getWidth
float getWidth()
幅を取得。
PdfTkNet::PtlSize::PtlSize
PtlSize(float width, float height)
コンストラクタ
Generated by
1.8.18