.NET Framework Class Library

LineText Constructor

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core.DOM Namespace > LineText Class >

.NET Framework Class Library

LineText Constructor

Namespace: Gnostice.Core.DOM

Assembly:  Gnostice.Core (in Gnostice.Core.dll)

Syntax

Visual Basic

Public Sub New ( _
 boundingRect As SimpleRect, _
 words As List(Of WordText), _
 lineIndex As Integer, _
 beginIndex As Integer, _
 endIndex As Integer _
)

C#

public LineText(
 SimpleRect boundingRect,
 List<WordTextwords,
 int lineIndex,
 int beginIndex,
 int endIndex
)

Visual C++

public:
LineText(
 SimpleRectboundingRect,
 List<WordText^>^ words,
 int lineIndex,
 int beginIndex,
 int endIndex
)

Parameters

boundingRect

Type: Gnostice.Core.Graphics.SimpleRect

words

Type: System.Collections.Generic.List(WordText)

lineIndex

Type: System.Int32

beginIndex

Type: System.Int32

endIndex

Type: System.Int32

See Also

LineText Class

LineText Members

Gnostice.Core.DOM Namespace