[]
Gets the attributes of the specified run.
public void GetRun(int index, out int start, out int length, out Font font)
Public Sub GetRun(index As Integer, ByRef start As Integer, ByRef length As Integer, ByRef font As Font)
Type | Name | Description |
---|---|---|
int | index | The run index. |
int | start | The start character position of the run. |
int | length | The total number of characters of the run. |
Font | font | The font settings of the run. |