C1.Win.C1DX.4.8 Assembly / C1.Util.DX.DirectWrite Namespace / TextAnalyzer1 Class / AnalyzeVerticalGlyphOrientation Method / AnalyzeVerticalGlyphOrientation(TextAnalysisSource1,Int32,Int32,TextAnalysisSink1) Method
Source object to analyze.
Starting position within the source object.
Length to analyze.
Length to analyze.

In This Topic
AnalyzeVerticalGlyphOrientation(TextAnalysisSource1,Int32,Int32,TextAnalysisSink1) Method
In This Topic
Analyzes a text range for script orientation, reading text and attributes from the source and reporting results to the sink.
Syntax
'Declaration
 
Public Overloads Sub AnalyzeVerticalGlyphOrientation( _
   ByVal analysisSource As TextAnalysisSource1, _
   ByVal textPosition As System.Integer, _
   ByVal textLength As System.Integer, _
   ByVal analysisSink As TextAnalysisSink1 _
) 
 

Parameters

analysisSource
Source object to analyze.
textPosition
Starting position within the source object.
textLength
Length to analyze.
analysisSink
Length to analyze.
See Also