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