Bitmap for WPF
SetNumberSubstitution メソッド (TextAnalysisSink)

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX.DirectWrite 名前空間 > TextAnalysisSink インターフェース : SetNumberSubstitution メソッド
The starting position from which to report.
The number of UTF16 units of the reported range.
An object that holds the appropriate digits and numeric punctuation for a given locale. Use C1.Util.DX.DirectWrite.Factory.CreateNumberSubstitution(C1.Util.DX.DirectWrite.NumberSubstitutionMethod,System.String,C1.Util.DX.Bool,C1.Util.DX.DirectWrite.NumberSubstitution)to create this object.
Sets the number substitution on the text range affected by the text analysis.
シンタックス
'宣言
 
Sub SetNumberSubstitution( _
   ByVal textPosition As System.Integer, _
   ByVal textLength As System.Integer, _
   ByVal numberSubstitution As NumberSubstitution _
) 
void SetNumberSubstitution( 
   System.int textPosition,
   System.int textLength,
   NumberSubstitution numberSubstitution
)

パラメータ

textPosition
The starting position from which to report.
textLength
The number of UTF16 units of the reported range.
numberSubstitution
An object that holds the appropriate digits and numeric punctuation for a given locale. Use C1.Util.DX.DirectWrite.Factory.CreateNumberSubstitution(C1.Util.DX.DirectWrite.NumberSubstitutionMethod,System.String,C1.Util.DX.Bool,C1.Util.DX.DirectWrite.NumberSubstitution)to create this object.
参照

TextAnalysisSink インターフェース
TextAnalysisSink メンバ