DioDocs for PDF
MapCharRangeToCodePoints メソッド

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

パラメータ

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

戻り値の型

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

TextLayout クラス
TextLayout メンバ