Bitmap for UWP
AnalyzeVerticalGlyphOrientation(TextAnalysisSource1,Int32,Int32,TextAnalysisSink1) メソッド

C1.UWP.DX アセンブリ > C1.Util.DX.DirectWrite 名前空間 > TextAnalyzer1 クラス > AnalyzeVerticalGlyphOrientation メソッド : AnalyzeVerticalGlyphOrientation(TextAnalysisSource1,Int32,Int32,TextAnalysisSink1) メソッド

Source object to analyze.

Starting position within the source object.

Length to analyze.

Length to analyze.

Analyzes a text range for script orientation, reading text and attributes from the source and reporting results to the sink.

シンタックス
'宣言
 
Public Overloads Sub AnalyzeVerticalGlyphOrientation( _
   ByVal analysisSource As TextAnalysisSource1, _
   ByVal textPosition As System.Integer, _
   ByVal textLength As System.Integer, _
   ByVal analysisSink As TextAnalysisSink1 _
) 
public void AnalyzeVerticalGlyphOrientation( 
   TextAnalysisSource1 analysisSource,
   System.int textPosition,
   System.int textLength,
   TextAnalysisSink1 analysisSink
)

パラメータ

analysisSource

Source object to analyze.

textPosition

Starting position within the source object.

textLength

Length to analyze.

analysisSink

Length to analyze.

戻り値の型

If this method succeeds, it returns C1.Util.DX.HResult.Ok . Otherwise, it returns an C1.Util.DX.HResult error code.

参照

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