[]
Stores the start and length of a text run.
public struct MapEntry
| Name | Description |
|---|---|
| MapEntry(int, int) | Initializes a new instance of the MapEntry struct with the specified start and length. |
| Name | Description |
|---|---|
| Length | Gets or sets the length of the text run. |
| Start | Gets or sets the start index of the text run. |