ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 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 _
    ) 
    public void AnalyzeVerticalGlyphOrientation( 
       TextAnalysisSource1 analysisSource,
       System.int textPosition,
       System.int textLength,
       TextAnalysisSink1 analysisSink
    )

    Parameters

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