PDFTool.NET  6.0
Public Member Functions | Protected Attributes | List of all members
PdfTkNet::PtlQuadPoints Class Reference

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

#include <NetQuadPoints.h>

Inheritance diagram for PdfTkNet::PtlQuadPoints:
Inheritance graph
[legend]
Collaboration diagram for PdfTkNet::PtlQuadPoints:
Collaboration graph
[legend]

Public Member Functions

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

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