[This is preliminary documentation and is subject to change.]

Reads a TileID texture (44x44) from current position in specified file.

Namespace:  MulLib
Assembly:  MulLib (in MulLib.dll) Version: 1.0.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public static Bitmap ReadTile(
	Stream stream
)
Public Shared Function ReadTile ( _
	stream As Stream _
) As Bitmap
public:
static Bitmap^ ReadTile(
	Stream^ stream
)

Parameters

stream
Stream
Stream where to read from.

Return Value

New instance of Bitmap containing read texture.

See Also