TextLineInfo

TextLineInfo structure

テキスト行情報を表します。

public struct TextLineInfo

プロパティ

名前 説明
Height { get; set; } 高さ width
LeftIndent { get; set; } 左からインデント
Text { get; set; } 行 text
TopIndent { get; set; } top からインデント
Width { get; set; } 線幅

関連項目