public ReadRawTile ( int tile, byte buffer, int offset, int count ) : int | ||
tile | int | The zero-based index of the tile to read. |
buffer | byte | The buffer to place read tile bytes to. |
offset | int | The zero-based byte offset in buffer at which to begin storing /// read tile bytes. |
count | int | The maximum number of read tile bytes to be stored to buffer. |
Résultat | int |