[]
Return an instance of the TextBoundsRange received from a BinaryReader.
public static TextBoundsRange CreateRead(BinaryReader reader, short fileVersion)
| Type | Name | Description |
|---|---|---|
| BinaryReader | reader | Reader containing the binary data of TextBoundsRange. |
| short | fileVersion | The type of data in the stream. |
| Type | Description |
|---|---|
| TextBoundsRange | A new TextBoundsRange instance. |