GetTextPositionAtIndex Method (IGtol)
Gets the text item's offset relative to note's text point.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetTextPositionAtIndex( _
ByVal Index As Integer _
) As Object |
Visual Basic (Usage) | |
---|
Dim instance As IGtol
Dim Index As Integer
Dim value As Object
value = instance.GetTextPositionAtIndex(Index)
|
C# | |
---|
object GetTextPositionAtIndex(
int Index
) |
C++/CLI | |
---|
Object^ GetTextPositionAtIndex(
& int Index
) |
Parameters
- Index
- 0-based index of the piece of text
Return Value
Array of doubles (see
Remarks)
Remarks
See Also