RichTextBox for UWP/WinRT
Measure メソッド (C1LineFragment)

開始オフセット。
終了オフセット。
2つの C1.Xaml.RichTextBox.Documents.C1TextPointer オフセットの間のこのフラグメントの幅を返します。
構文
'宣言
 
Public Function Measure( _
   ByVal start As System.Integer, _
   ByVal end As System.Integer _
) As System.Double
public System.double Measure( 
   System.int start,
   System.int end
)

パラメータ

start
開始オフセット。
end
終了オフセット。
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

参照

関連項目

C1LineFragment クラス
C1LineFragment メンバ

Send Feedback