IHashTextBuilderAppendLine - метод
Добавляет текст text в буфер вывода
с последующим переводом строки
Пространство имён: Tessa.UI.HashEditorСборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.1.5+a9a57e1eda0b57f197e0c68d2aa7d7dc95b6c424
[NotNullAttribute]
ISegmentWithLines AppendLine(
[NotNullAttribute] string text
)
<NotNullAttribute>
Function AppendLine (
<NotNullAttribute> text As String
) As ISegmentWithLines
[NotNullAttribute]
ISegmentWithLines^ AppendLine(
[NotNullAttribute] String^ text
)
[<NotNullAttribute>]
abstract AppendLine :
[<NotNullAttribute>] text : string -> ISegmentWithLines
- text String
-
Текст выводимый в буфер
ISegmentWithLines
Сегмент привязки содержащий координаты добавленного текста