.NET Framework Class Library

CharText Constructor

<< Click to Display Table of Contents >>

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

.NET Framework Class Library

CharText Constructor

Namespace: Gnostice.Core.DOM

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

Syntax

Visual Basic

Public Sub New ( _
 boundingRect As SimpleRect, _
 index As Integer _
)

C#

public CharText(
 SimpleRect boundingRect,
 int index
)

Visual C++

public:
CharText(
 SimpleRectboundingRect,
 int index
)

Parameters

boundingRect

Type: Gnostice.Core.Graphics.SimpleRect

index

Type: System.Int32

See Also

CharText Class

CharText Members

Gnostice.Core.DOM Namespace