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

C1TextPointer を配置する位置を示す C1TextElement
C1TextPointer を配置する位置を示すオフセット。
C1TextPointer の論理方向。
新しい C1TextPointer を初期化します。
構文
'宣言
 
Public Function New( _
   ByVal element As C1TextElement, _
   ByVal offset As System.Integer, _
   ByVal logicalDirection As Windows.UI.Xaml.Documents.LogicalDirection _
)
public C1TextPointer( 
   C1TextElement element,
   System.int offset,
   Windows.UI.Xaml.Documents.LogicalDirection logicalDirection
)

パラメータ

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

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

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

Send Feedback