public ReadTile ( byte buffer, int offset, int x, int y, int z, short plane ) : int | ||
buffer | byte | The buffer to place read and decoded image data to. |
offset | int | The zero-based byte offset in |
x | int | The x-coordinate of the pixel within a tile to be read and decoded. |
y | int | The y-coordinate of the pixel within a tile to be read and decoded. |
z | int | The z-coordinate of the pixel within a tile to be read and decoded. |
plane | short | The zero-based index of the sample plane. |
리턴 | int |