DioDocs for PDF
MapCodePointsToCharRange メソッド

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Text 名前空間 > TextLayout クラス : MapCodePointsToCharRange メソッド
Inputs the code point index of the range start, outputs the character index of the range start.
Inputs the number of code points in the range, outputs the number of characters in the range.
Maps a code point range to the corresponding character range.
シンタックス
'宣言
 
Public Function MapCodePointsToCharRange( _
   ByRef index As System.Integer, _
   ByRef count As System.Integer _
) As System.Boolean
public System.bool MapCodePointsToCharRange( 
   ref System.int index,
   ref System.int count
)

パラメータ

index
Inputs the code point index of the range start, outputs the character index of the range start.
count
Inputs the number of code points in the range, outputs the number of characters in the range.

戻り値の型

True if the resulting range contains at least one character, false otherwise.
参照

TextLayout クラス
TextLayout メンバ