SetTextOffsetAtIndex Method (INote)
Relocates the offset (origin) of the specified piece of text in a compound note.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub SetTextOffsetAtIndex( _
ByVal Index As Integer, _
ByVal X As Double, _
ByVal Y As Double, _
ByVal Z As Double _
) |
Visual Basic (Usage) | |
---|
Dim instance As INote
Dim Index As Integer
Dim X As Double
Dim Y As Double
Dim Z As Double
instance.SetTextOffsetAtIndex(Index, X, Y, Z)
|
C# | |
---|
void SetTextOffsetAtIndex(
int Index,
double X,
double Y,
double Z
) |
C++/CLI | |
---|
void SetTextOffsetAtIndex(
& int Index,
& double X,
& double Y,
& double Z
) |
Parameters
- Index
Index number of the text to relocate.
- X
X location for the piece of text
- Y
Y location for the piece of text
- Z
Z location for the piece of text
Remarks
See Also