PDFTool.NET  7.0
Public Member Functions | List of all members
PdfTkNet::PtlEditPathRect Class Reference

パスの矩形を表現したクラスです。
PtlEditPathRectはPtlEditPathItemを継承しています。 More...

#include <NetEditPathRect.h>

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

Public Member Functions

 PtlEditPathRect ()
 コンストラクタ More...
 
 PtlEditPathRect (PtlEditPathRect^ obj)
 コピーコンストラクタ More...
 
 ‾PtlEditPathRect ()
 デストラクタ
 
 !PtlEditPathRect ()
 ファイナライザ。
 
PtlEditPathRect operator= (PtlEditPathRect^ obj)
 コピーオペレータ More...
 
PtlRect getRect ()
 矩形座標を取得。 More...
 
- Public Member Functions inherited from PdfTkNet::PtlEditPathItem
PdfTk::PtlEditPathItem * getNative ()
 
 PtlEditPathItem (PATH_ITEM_TYPE type)
 コンストラクタ More...
 
 PtlEditPathItem (PtlEditPathItem^ obj)
 コピーコンストラクタ More...
 
virtual ‾PtlEditPathItem ()
 デストラクタ
 
 !PtlEditPathItem ()
 ファイナライザ。
 
PtlEditPathItem operator= (PtlEditPathItem^ obj)
 コピーオペレータ More...
 
PATH_ITEM_TYPE getType ()
 パスアイテムタイプを取得。 More...
 

Additional Inherited Members

- Public Types inherited from PdfTkNet::PtlEditPathItem
enum  PATH_ITEM_TYPE { PATH_ITEM_TYPE::TYPE_PATH_LINE = 1, PATH_ITEM_TYPE::TYPE_PATH_RECT = 2, PATH_ITEM_TYPE::TYPE_PATH_CURVE = 3 }
 パスアイテムのタイプ More...
 
- Protected Attributes inherited from PdfTkNet::PtlEditPathItem
PdfTk::PtlEditPathItem * m_native
 

Detailed Description

パスの矩形を表現したクラスです。
PtlEditPathRectはPtlEditPathItemを継承しています。

Constructor & Destructor Documentation

◆ PtlEditPathRect() [1/2]

PdfTkNet::PtlEditPathRect::PtlEditPathRect ( )

コンストラクタ

Exceptions
PtlException

◆ PtlEditPathRect() [2/2]

PdfTkNet::PtlEditPathRect::PtlEditPathRect ( PtlEditPathRect obj)

コピーコンストラクタ

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

Member Function Documentation

◆ getRect()

PtlRect PdfTkNet::PtlEditPathRect::getRect ( )

矩形座標を取得。

矩形座標を取得します。

Returns
矩形座標
Exceptions
PtlException

◆ operator=()

PtlEditPathRect PdfTkNet::PtlEditPathRect::operator= ( PtlEditPathRect obj)

コピーオペレータ

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