PDFTool.NET 7.0
PdfTkNet::PtlQuadPoints Class Reference

QuadPointのコンテナを表現するクラスです。 More...

#include <NetQuadPoints.h>

Inheritance diagram for PdfTkNet::PtlQuadPoints:
Collaboration diagram for PdfTkNet::PtlQuadPoints:

Public Member Functions

PdfTk::PtlQuadPoints * getNative ()
 PtlQuadPoints ()
 コンストラクタ
 PtlQuadPoints (PtlQuadPoints^ obj)
 コピーコンストラクタ alias copy
 ‾PtlQuadPoints ()
 デストラクタ
 !PtlQuadPoints ()
 ファイナライザ。
PtlQuadPoints operator= (PtlQuadPoints^ obj)
 コピーオペレータ alias copy
bool isEmpty ()
 空かどうかを取得。
int getCount ()
 QuadPoint数を取得。
PtlQuadPoint get (int index)
 QuadPointを取得。
void append (PtlQuadPoint^ quadPoint)
 QuadPointを追加。
void remove (int index)
 QuadPointを削除。
void removeAll ()
 QuadPointを全て削除。

Protected Attributes

PdfTk::PtlQuadPoints * m_native

Detailed Description

QuadPointのコンテナを表現するクラスです。

Constructor & Destructor Documentation

◆ PtlQuadPoints() [1/2]

PdfTkNet::PtlQuadPoints::PtlQuadPoints ( )

コンストラクタ

Exceptions
PtlException

◆ PtlQuadPoints() [2/2]

PdfTkNet::PtlQuadPoints::PtlQuadPoints ( PtlQuadPoints^ obj)

コピーコンストラクタ alias copy

Parameters
objコピー元オブジェクト。
Exceptions
PtlException

Member Function Documentation

◆ append()

void PdfTkNet::PtlQuadPoints::append ( PtlQuadPoint^ quadPoint)

QuadPointを追加。

最後に、QuadPointを追加します。

Parameters
quadPointPtlQuadPoint
Exceptions
PtlException

◆ get()

PtlQuadPoint PdfTkNet::PtlQuadPoints::get ( int index)

QuadPointを取得。

指定した番号のQuadPointを取得します。

Parameters
indexIndex番号。0が先頭。
indexが負やQuadPoint数以上の場合は、例外が発生します。
Returns
PtlQuadPoint。
Exceptions
PtlException

◆ getCount()

int PdfTkNet::PtlQuadPoints::getCount ( )

QuadPoint数を取得。

Returns
QuadPoint数。
Exceptions
PtlException

◆ isEmpty()

bool PdfTkNet::PtlQuadPoints::isEmpty ( )

空かどうかを取得。

Returns
true: 空、false: 空ではない。
Exceptions
PtlException

◆ operator=()

PtlQuadPoints PdfTkNet::PtlQuadPoints::operator= ( PtlQuadPoints^ obj)

コピーオペレータ alias copy

Parameters
objコピー元オブジェクト。

◆ remove()

void PdfTkNet::PtlQuadPoints::remove ( int index)

QuadPointを削除。

指定した番号のQuadPointを削除します。

Parameters
index削除するIndex番号。0が先頭。
indexが負やQuadPoint数以上の場合は、例外が発生します。
Exceptions
PtlException

◆ removeAll()

void PdfTkNet::PtlQuadPoints::removeAll ( )

QuadPointを全て削除。

Exceptions
PtlException