'宣言 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.