RichTextBox for WPF
C1TextPointer コンストラクタ(C1TextElement,Int32,LogicalDirection)

C1.WPF.RichTextBox.4.5.2 アセンブリ > C1.WPF.RichTextBox.Documents 名前空間 > C1TextPointer クラス > C1TextPointer コンストラクタ : C1TextPointer コンストラクタ(C1TextElement,Int32,LogicalDirection)
C1TextPointerを配置する位置を示す C1TextElement
C1TextPointerを配置する位置を示すオフセット。
C1TextPointerの論理方向。
新しい C1TextPointerを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal element As C1TextElement, _
   ByVal offset As System.Integer, _
   ByVal logicalDirection As System.Windows.Documents.LogicalDirection _
)
public C1TextPointer( 
   C1TextElement element,
   System.int offset,
   System.Windows.Documents.LogicalDirection logicalDirection
)

パラメータ

element
C1TextPointerを配置する位置を示す C1TextElement
offset
C1TextPointerを配置する位置を示すオフセット。
logicalDirection
C1TextPointerの論理方向。
参照

C1TextPointer クラス
C1TextPointer メンバ
オーバーロード一覧