Gets the point from specified text index.
Namespace: FirstFloor.DocumentsAssembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)
Syntax
| C# |
|---|
public Point GetPointFromTextIndex( int textIndex ) |
| Visual Basic |
|---|
Public Function GetPointFromTextIndex ( _ textIndex As Integer _ ) As Point |
| Visual C++ |
|---|
public: Point GetPointFromTextIndex( int textIndex ) |
Parameters
- textIndex
- Type: System..::..Int32
Index of the text.